#[repr(C)]pub struct block_loop {
pub my_op: *mut LOOP,
pub itervar_u: block_loop__bindgen_ty_1,
pub itersave: *mut SV,
pub state_u: block_loop__bindgen_ty_2,
pub oldcomppad: *mut PAD,
}
Fields§
§my_op: *mut LOOP
§itervar_u: block_loop__bindgen_ty_1
§itersave: *mut SV
§state_u: block_loop__bindgen_ty_2
§oldcomppad: *mut PAD
Trait Implementations§
Source§impl Clone for block_loop
impl Clone for block_loop
Source§fn clone(&self) -> block_loop
fn clone(&self) -> block_loop
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_loop
impl Debug for block_loop
impl Copy for block_loop
Auto Trait Implementations§
impl Freeze for block_loop
impl RefUnwindSafe for block_loop
impl !Send for block_loop
impl !Sync for block_loop
impl Unpin for block_loop
impl UnwindSafe for block_loop
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