#[repr(transparent)]pub struct AlignmentType {
pub repr: u32,
}Expand description
Enumerates the possible alignment types
Fields§
§repr: u32Implementations§
Trait Implementations§
Source§impl Clone for AlignmentType
impl Clone for AlignmentType
Source§impl ExternType for AlignmentType
impl ExternType for AlignmentType
Source§impl PartialEq for AlignmentType
impl PartialEq for AlignmentType
impl Copy for AlignmentType
impl Eq for AlignmentType
impl StructuralPartialEq for AlignmentType
Auto Trait Implementations§
impl Freeze for AlignmentType
impl RefUnwindSafe for AlignmentType
impl Send for AlignmentType
impl Sync for AlignmentType
impl Unpin for AlignmentType
impl UnwindSafe for AlignmentType
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