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