#[repr(C, packed(2))]pub struct NSDeviceQueryResult {
pub nsdqr_DevQueryFormat: ULONG,
pub nsdqr_SizeAvailable: ULONG,
pub nsdqr_DeviceType: UWORD,
pub nsdqr_DeviceSubType: UWORD,
pub nsdqr_SupportedCommands: APTR,
}Fields§
§nsdqr_DevQueryFormat: ULONG§nsdqr_SizeAvailable: ULONG§nsdqr_DeviceType: UWORD§nsdqr_DeviceSubType: UWORD§nsdqr_SupportedCommands: APTRTrait Implementations§
Source§impl Clone for NSDeviceQueryResult
impl Clone for NSDeviceQueryResult
Source§fn clone(&self) -> NSDeviceQueryResult
fn clone(&self) -> NSDeviceQueryResult
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 NSDeviceQueryResult
impl Debug for NSDeviceQueryResult
impl Copy for NSDeviceQueryResult
Auto Trait Implementations§
impl Freeze for NSDeviceQueryResult
impl RefUnwindSafe for NSDeviceQueryResult
impl !Send for NSDeviceQueryResult
impl !Sync for NSDeviceQueryResult
impl Unpin for NSDeviceQueryResult
impl UnwindSafe for NSDeviceQueryResult
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