#[repr(transparent)]pub struct Length(pub u32);Expand description
Length
Tuple Fields§
§0: u32Implementations§
Source§impl Length
impl Length
Sourcepub const fn inst_length(&self) -> u32
pub const fn inst_length(&self) -> u32
Instruction length
Sourcepub const fn set_inst_length(&mut self, val: u32)
pub const fn set_inst_length(&mut self, val: u32)
Instruction length
Trait Implementations§
impl Copy for Length
impl Eq for Length
impl StructuralPartialEq for Length
Auto Trait Implementations§
impl Freeze for Length
impl RefUnwindSafe for Length
impl Send for Length
impl Sync for Length
impl Unpin for Length
impl UnwindSafe for Length
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