Enum macroix::repr::ModifierKind
source · [−]pub enum ModifierKind {
Align(ModifierArg),
Packed(Option<ModifierArg>),
}
Expand description
The kind of a custom repr
modifier.
Variants
Align(ModifierArg)
repr(align(N))
Packed(Option<ModifierArg>)
repr(packed)
or repr(packed(N))
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModifierKind
impl !Send for ModifierKind
impl !Sync for ModifierKind
impl Unpin for ModifierKind
impl UnwindSafe for ModifierKind
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