Struct macroix::repr::ModifierArg
source · [−]Expand description
A repr
modifier argument like the explicit alignment for align
and
packed
.
Fields
paren_token: Paren
The enclosing parentheses.
value: LitInt
The argument value.
Trait Implementations
sourceimpl Parse for ModifierArg
impl Parse for ModifierArg
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations
impl RefUnwindSafe for ModifierArg
impl !Send for ModifierArg
impl !Sync for ModifierArg
impl Unpin for ModifierArg
impl UnwindSafe for ModifierArg
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