#[repr(C)]pub struct block_givwhen {
pub leave_op: *mut OP,
pub defsv_save: *mut SV,
}
Fields§
§leave_op: *mut OP
§defsv_save: *mut SV
Trait Implementations§
Source§impl Clone for block_givwhen
impl Clone for block_givwhen
Source§fn clone(&self) -> block_givwhen
fn clone(&self) -> block_givwhen
Returns a copy 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 moreSource§impl Debug for block_givwhen
impl Debug for block_givwhen
impl Copy for block_givwhen
Auto Trait Implementations§
impl Freeze for block_givwhen
impl RefUnwindSafe for block_givwhen
impl !Send for block_givwhen
impl !Sync for block_givwhen
impl Unpin for block_givwhen
impl UnwindSafe for block_givwhen
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