#[repr(C)]pub struct devinfo {
pub devices: *mut devstat,
pub mem_ptr: *mut u8,
pub generation: c_long,
pub numdevs: c_int,
}Fields§
§devices: *mut devstat§mem_ptr: *mut u8§generation: c_long§numdevs: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for devinfo
impl RefUnwindSafe for devinfo
impl !Send for devinfo
impl !Sync for devinfo
impl Unpin for devinfo
impl UnwindSafe for devinfo
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