#[repr(C)]pub struct RawWithStatement {
pub node: RawNode,
pub _pad0: [u8; 16],
pub expression: *const RawNode,
pub statement: *const RawNode,
}Fields§
§node: RawNode§_pad0: [u8; 16]§expression: *const RawNode§statement: *const RawNodeTrait Implementations§
Source§impl Clone for RawWithStatement
impl Clone for RawWithStatement
Source§fn clone(&self) -> RawWithStatement
fn clone(&self) -> RawWithStatement
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 RawWithStatement
Auto Trait Implementations§
impl Freeze for RawWithStatement
impl RefUnwindSafe for RawWithStatement
impl !Send for RawWithStatement
impl !Sync for RawWithStatement
impl Unpin for RawWithStatement
impl UnsafeUnpin for RawWithStatement
impl UnwindSafe for RawWithStatement
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