pub struct InitDeclarator {
pub declarator: Declarator,
pub init: Option<Initializer>,
}Expand description
初期化子付き宣言子
Fields§
§declarator: Declarator§init: Option<Initializer>Trait Implementations§
Source§impl Clone for InitDeclarator
impl Clone for InitDeclarator
Source§fn clone(&self) -> InitDeclarator
fn clone(&self) -> InitDeclarator
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 InitDeclarator
impl RefUnwindSafe for InitDeclarator
impl Send for InitDeclarator
impl Sync for InitDeclarator
impl Unpin for InitDeclarator
impl UnsafeUnpin for InitDeclarator
impl UnwindSafe for InitDeclarator
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