#[repr(C)]pub struct block_format {
pub retop: *mut op,
pub old_cxsubix: i32,
pub prevcomppad: *mut av,
pub cv: *mut cv,
pub gv: *mut gv,
pub dfoutgv: *mut gv,
}Fields§
§retop: *mut op§old_cxsubix: i32§prevcomppad: *mut av§cv: *mut cv§gv: *mut gv§dfoutgv: *mut gvTrait Implementations§
Source§impl Clone for block_format
impl Clone for block_format
Source§fn clone(&self) -> block_format
fn clone(&self) -> block_format
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_format
impl Debug for block_format
Source§impl Ord for block_format
impl Ord for block_format
Source§fn cmp(&self, other: &block_format) -> Ordering
fn cmp(&self, other: &block_format) -> 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_format
impl PartialEq for block_format
Source§fn eq(&self, other: &block_format) -> bool
fn eq(&self, other: &block_format) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for block_format
impl PartialOrd for block_format
impl Copy for block_format
impl Eq for block_format
impl StructuralPartialEq for block_format
Auto Trait Implementations§
impl Freeze for block_format
impl RefUnwindSafe for block_format
impl !Send for block_format
impl !Sync for block_format
impl Unpin for block_format
impl UnsafeUnpin for block_format
impl UnwindSafe for block_format
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