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