#[repr(C)]pub struct RawVariableStatement {
pub node: RawNode,
pub _pad0: [u8; 8],
pub modifiers: *const RawModifierList,
pub _pad1: [u8; 8],
pub declarationList: *const RawNode,
}Fields§
§node: RawNode§_pad0: [u8; 8]§modifiers: *const RawModifierList§_pad1: [u8; 8]§declarationList: *const RawNodeTrait Implementations§
Source§impl Clone for RawVariableStatement
impl Clone for RawVariableStatement
Source§fn clone(&self) -> RawVariableStatement
fn clone(&self) -> RawVariableStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RawVariableStatement
Auto Trait Implementations§
impl Freeze for RawVariableStatement
impl RefUnwindSafe for RawVariableStatement
impl !Send for RawVariableStatement
impl !Sync for RawVariableStatement
impl Unpin for RawVariableStatement
impl UnsafeUnpin for RawVariableStatement
impl UnwindSafe for RawVariableStatement
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