#[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: opTrait Implementations§
Source§impl Ord for opslot
impl Ord for opslot
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for opslot
impl PartialOrd for opslot
impl Copy for opslot
impl Eq for opslot
impl StructuralPartialEq for opslot
Auto Trait Implementations§
impl Freeze for opslot
impl RefUnwindSafe for opslot
impl !Send for opslot
impl !Sync for opslot
impl Unpin for opslot
impl UnsafeUnpin 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