#[repr(C)]pub struct CopIns {
pub OpCode: WORD,
pub u3: CopIns__bindgen_ty_1,
}Fields§
§OpCode: WORD§u3: CopIns__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for CopIns
impl RefUnwindSafe for CopIns
impl !Send for CopIns
impl !Sync for CopIns
impl Unpin for CopIns
impl UnwindSafe for CopIns
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