Struct smiOID
#[repr(C)]pub struct smiOID {
pub len: u32,
pub ptr: *mut u32,
}Fields§
§len: u32§ptr: *mut u32Trait Implementations§
Auto Trait Implementations§
impl !Send for smiOID
impl !Sync for smiOID
impl Freeze for smiOID
impl RefUnwindSafe for smiOID
impl Unpin for smiOID
impl UnsafeUnpin for smiOID
impl UnwindSafe for smiOID
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