#[repr(C)]pub struct block_givwhen {
pub leave_op: *mut op,
pub defsv_save: *mut sv,
}Fields§
§leave_op: *mut op§defsv_save: *mut svTrait 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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Source§impl Ord for block_givwhen
impl Ord for block_givwhen
Source§fn cmp(&self, other: &block_givwhen) -> Ordering
fn cmp(&self, other: &block_givwhen) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for block_givwhen
impl PartialEq for block_givwhen
Source§fn eq(&self, other: &block_givwhen) -> bool
fn eq(&self, other: &block_givwhen) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for block_givwhen
impl PartialOrd for block_givwhen
impl Copy for block_givwhen
impl Eq for block_givwhen
impl StructuralPartialEq 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 UnsafeUnpin 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