#[repr(C)]pub struct deviceinfo { /* private fields */ }Trait Implementations§
Source§impl Default for deviceinfo
impl Default for deviceinfo
Source§fn default() -> deviceinfo
fn default() -> deviceinfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for deviceinfo
impl RefUnwindSafe for deviceinfo
impl !Send for deviceinfo
impl !Sync for deviceinfo
impl Unpin for deviceinfo
impl UnwindSafe for deviceinfo
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