Struct x86defs::apic::DestinationShorthand
source · #[repr(transparent)]pub struct DestinationShorthand(pub u8);
Tuple Fields§
§0: u8
Implementations§
source§impl DestinationShorthand
impl DestinationShorthand
pub const NONE: DestinationShorthand = _
pub const SELF: DestinationShorthand = _
pub const ALL_INCLUDING_SELF: DestinationShorthand = _
pub const ALL_EXCLUDING_SELF: DestinationShorthand = _
Trait Implementations§
source§impl Clone for DestinationShorthand
impl Clone for DestinationShorthand
source§fn clone(&self) -> DestinationShorthand
fn clone(&self) -> DestinationShorthand
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DestinationShorthand
impl Debug for DestinationShorthand
source§impl Hash for DestinationShorthand
impl Hash for DestinationShorthand
source§impl Ord for DestinationShorthand
impl Ord for DestinationShorthand
source§fn cmp(&self, other: &DestinationShorthand) -> Ordering
fn cmp(&self, other: &DestinationShorthand) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DestinationShorthand
impl PartialEq for DestinationShorthand
source§impl PartialOrd for DestinationShorthand
impl PartialOrd for DestinationShorthand
impl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)