#[repr(C)]pub struct DVTARGETDEVICE {
pub tdSize: u32,
pub tdDriverNameOffset: u16,
pub tdDeviceNameOffset: u16,
pub tdPortNameOffset: u16,
pub tdExtDevmodeOffset: u16,
pub tdData: [u8; 1],
}Fields§
§tdSize: u32§tdDriverNameOffset: u16§tdDeviceNameOffset: u16§tdPortNameOffset: u16§tdExtDevmodeOffset: u16§tdData: [u8; 1]Auto Trait Implementations§
impl Freeze for DVTARGETDEVICE
impl RefUnwindSafe for DVTARGETDEVICE
impl Send for DVTARGETDEVICE
impl Sync for DVTARGETDEVICE
impl Unpin for DVTARGETDEVICE
impl UnsafeUnpin for DVTARGETDEVICE
impl UnwindSafe for DVTARGETDEVICE
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