pub struct StructDeclarator {
pub declarator: Option<Declarator>,
pub bitfield: Option<Box<Expr>>,
}Expand description
構造体メンバー宣言子
Fields§
§declarator: Option<Declarator>§bitfield: Option<Box<Expr>>Trait Implementations§
Source§impl Clone for StructDeclarator
impl Clone for StructDeclarator
Source§fn clone(&self) -> StructDeclarator
fn clone(&self) -> StructDeclarator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StructDeclarator
impl RefUnwindSafe for StructDeclarator
impl Send for StructDeclarator
impl Sync for StructDeclarator
impl Unpin for StructDeclarator
impl UnsafeUnpin for StructDeclarator
impl UnwindSafe for StructDeclarator
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