#[repr(C)]pub struct opslot {
pub opslot_size: U16,
pub opslot_offset: U16,
pub opslot_op: OP,
}
Fields§
§opslot_size: U16
§opslot_offset: U16
§opslot_op: OP
Trait Implementations§
Auto Trait Implementations§
impl Freeze for opslot
impl RefUnwindSafe for opslot
impl !Send for opslot
impl !Sync for opslot
impl Unpin for opslot
impl UnwindSafe for opslot
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