pub struct NopLength { /* private fields */ }Expand description
Represents length for NOP instruction. Internally this is u8
but with values in 0..=9 range.
Implementations§
Trait Implementations§
impl Copy for NopLength
impl Eq for NopLength
impl StructuralPartialEq for NopLength
Auto Trait Implementations§
impl Freeze for NopLength
impl RefUnwindSafe for NopLength
impl Send for NopLength
impl Sync for NopLength
impl Unpin for NopLength
impl UnsafeUnpin for NopLength
impl UnwindSafe for NopLength
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