pub struct AlignOf(pub Box<Node<TypeName>>);
Expand description
Alignment of a type
(C11 6.5.3)
Tuple Fields§
§0: Box<Node<TypeName>>
Trait Implementations§
impl StructuralPartialEq for AlignOf
Auto Trait Implementations§
impl Freeze for AlignOf
impl RefUnwindSafe for AlignOf
impl Send for AlignOf
impl Sync for AlignOf
impl Unpin for AlignOf
impl UnwindSafe for AlignOf
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