Struct macroix::repr::PrimitiveType
source · [−]Expand description
A primitive type modifier for repr(C)
enums.
Fields
int: Int
The integer primitive type.
int_token: Ident
The identifier corresponding to the primitive type modifer.
Auto Trait Implementations
impl RefUnwindSafe for PrimitiveType
impl !Send for PrimitiveType
impl !Sync for PrimitiveType
impl Unpin for PrimitiveType
impl UnwindSafe for PrimitiveType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more