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