#[repr(C, packed(2))]pub struct DeviceTData {
pub dtd_DTsize: ULONG,
pub dtd_DTspeed: ULONG,
pub dtd_DTtype: UBYTE,
pub dtd_DTflags: UBYTE,
}Fields§
§dtd_DTsize: ULONG§dtd_DTspeed: ULONG§dtd_DTtype: UBYTE§dtd_DTflags: UBYTETrait Implementations§
Source§impl Clone for DeviceTData
impl Clone for DeviceTData
Source§fn clone(&self) -> DeviceTData
fn clone(&self) -> DeviceTData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeviceTData
impl Debug for DeviceTData
impl Copy for DeviceTData
Auto Trait Implementations§
impl Freeze for DeviceTData
impl RefUnwindSafe for DeviceTData
impl Send for DeviceTData
impl Sync for DeviceTData
impl Unpin for DeviceTData
impl UnwindSafe for DeviceTData
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