pub struct Modifier {
pub kind: ModifierKind,
pub kind_token: Ident,
}Expand description
A repr modifier AST node.
Fields
kind: ModifierKindThe kind of the repr modifier.
kind_token: IdentThe identifier corresponding to the repr modifier.
Auto Trait Implementations
impl RefUnwindSafe for Modifier
impl !Send for Modifier
impl !Sync for Modifier
impl Unpin for Modifier
impl UnwindSafe for Modifier
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