#[repr(C)]pub struct block_sub {
pub retop: *mut OP,
pub old_cxsubix: I32,
pub prevcomppad: *mut PAD,
pub cv: *mut CV,
pub olddepth: I32,
pub savearray: *mut AV,
}
Fields§
§retop: *mut OP
§old_cxsubix: I32
§prevcomppad: *mut PAD
§cv: *mut CV
§olddepth: I32
§savearray: *mut AV
Trait Implementations§
Auto Trait Implementations§
impl Freeze for block_sub
impl RefUnwindSafe for block_sub
impl !Send for block_sub
impl !Sync for block_sub
impl Unpin for block_sub
impl UnwindSafe for block_sub
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