Enum core::ptr::alignment::AlignmentEnum16
source · #[repr(u16)]enum AlignmentEnum16 {
Show 16 variants
_Align1Shl0,
_Align1Shl1,
_Align1Shl2,
_Align1Shl3,
_Align1Shl4,
_Align1Shl5,
_Align1Shl6,
_Align1Shl7,
_Align1Shl8,
_Align1Shl9,
_Align1Shl10,
_Align1Shl11,
_Align1Shl12,
_Align1Shl13,
_Align1Shl14,
_Align1Shl15,
}
Variants§
_Align1Shl0
_Align1Shl1
_Align1Shl2
_Align1Shl3
_Align1Shl4
_Align1Shl5
_Align1Shl6
_Align1Shl7
_Align1Shl8
_Align1Shl9
_Align1Shl10
_Align1Shl11
_Align1Shl12
_Align1Shl13
_Align1Shl14
_Align1Shl15
Trait Implementations§
source§impl Clone for AlignmentEnum16
impl Clone for AlignmentEnum16
source§fn clone(&self) -> AlignmentEnum16
fn clone(&self) -> AlignmentEnum16
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 Eq for AlignmentEnum16
impl Eq for AlignmentEnum16
fn assert_receiver_is_total_eq(&self)
source§impl PartialEq<AlignmentEnum16> for AlignmentEnum16
impl PartialEq<AlignmentEnum16> for AlignmentEnum16
source§fn eq(&self, other: &AlignmentEnum16) -> bool
fn eq(&self, other: &AlignmentEnum16) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AlignmentEnum16
impl StructuralEq for AlignmentEnum16
impl StructuralPartialEq for AlignmentEnum16
Auto Trait Implementations§
impl Freeze for AlignmentEnum16
impl RefUnwindSafe for AlignmentEnum16
impl Send for AlignmentEnum16
impl Sync for AlignmentEnum16
impl Unpin for AlignmentEnum16
impl UnwindSafe for AlignmentEnum16
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