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