#[repr(C)]pub struct block_format {
pub retop: *mut OP,
pub old_cxsubix: I32,
pub prevcomppad: *mut PAD,
pub cv: *mut CV,
pub gv: *mut GV,
pub dfoutgv: *mut GV,
}
Fields§
§retop: *mut OP
§old_cxsubix: I32
§prevcomppad: *mut PAD
§cv: *mut CV
§gv: *mut GV
§dfoutgv: *mut GV
Trait 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 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_format
impl Debug for block_format
impl Copy 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 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