#[repr(C)]pub struct uint32_r {
pub n: usize,
pub m: usize,
pub p: *mut u32,
}
Fields§
§n: usize
§m: usize
§p: *mut u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uint32_r
impl RefUnwindSafe for uint32_r
impl !Send for uint32_r
impl !Sync for uint32_r
impl Unpin for uint32_r
impl UnwindSafe for uint32_r
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