#[repr(C)]pub struct GetDeviceInfoIn {
pub output_size_bytes: u32,
}Fields§
§output_size_bytes: u32Trait Implementations§
Source§impl Debug for GetDeviceInfoIn
impl Debug for GetDeviceInfoIn
Auto Trait Implementations§
impl Freeze for GetDeviceInfoIn
impl RefUnwindSafe for GetDeviceInfoIn
impl Send for GetDeviceInfoIn
impl Sync for GetDeviceInfoIn
impl Unpin for GetDeviceInfoIn
impl UnsafeUnpin for GetDeviceInfoIn
impl UnwindSafe for GetDeviceInfoIn
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