#[repr(C)]pub struct reg_code_blocks {
pub refcnt: i32,
pub count: i32,
pub cb: *mut reg_code_block,
}Fields§
§refcnt: i32§count: i32§cb: *mut reg_code_blockTrait Implementations§
Source§impl Clone for reg_code_blocks
impl Clone for reg_code_blocks
Source§fn clone(&self) -> reg_code_blocks
fn clone(&self) -> reg_code_blocks
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 moreimpl Copy for reg_code_blocks
Auto Trait Implementations§
impl Freeze for reg_code_blocks
impl RefUnwindSafe for reg_code_blocks
impl !Send for reg_code_blocks
impl !Sync for reg_code_blocks
impl Unpin for reg_code_blocks
impl UnsafeUnpin for reg_code_blocks
impl UnwindSafe for reg_code_blocks
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