#[repr(C)]pub struct InstructionNumberReaderRaw {
pub size: size_t,
/* private fields */
}Expand description
The Raw Reader Structure, corresponding to the same structure in C
Fields§
§size: size_tAuto Trait Implementations§
impl Freeze for InstructionNumberReaderRaw
impl RefUnwindSafe for InstructionNumberReaderRaw
impl !Send for InstructionNumberReaderRaw
impl !Sync for InstructionNumberReaderRaw
impl Unpin for InstructionNumberReaderRaw
impl UnwindSafe for InstructionNumberReaderRaw
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