#[repr(u64)]pub enum DestinationShorthand {
NoShorthand = 0,
Myself = 1,
AllIncludingSelf = 2,
AllExcludingSelf = 3,
}
Expand description
IPI Destination Shorthand
Variants§
Trait Implementations§
Source§impl Debug for DestinationShorthand
impl Debug for DestinationShorthand
Source§impl PartialEq for DestinationShorthand
impl PartialEq for DestinationShorthand
impl Eq for DestinationShorthand
impl StructuralPartialEq for DestinationShorthand
Auto Trait Implementations§
impl Freeze for DestinationShorthand
impl RefUnwindSafe for DestinationShorthand
impl Send for DestinationShorthand
impl Sync for DestinationShorthand
impl Unpin for DestinationShorthand
impl UnwindSafe for DestinationShorthand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more