Struct WPD_DEVICE_TRANSPORTS
#[repr(transparent)]pub struct WPD_DEVICE_TRANSPORTS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WPD_DEVICE_TRANSPORTS
impl Clone for WPD_DEVICE_TRANSPORTS
§fn clone(&self) -> WPD_DEVICE_TRANSPORTS
fn clone(&self) -> WPD_DEVICE_TRANSPORTS
Returns a copy 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 more§impl Debug for WPD_DEVICE_TRANSPORTS
impl Debug for WPD_DEVICE_TRANSPORTS
§impl Default for WPD_DEVICE_TRANSPORTS
impl Default for WPD_DEVICE_TRANSPORTS
§fn default() -> WPD_DEVICE_TRANSPORTS
fn default() -> WPD_DEVICE_TRANSPORTS
Returns the “default value” for a type. Read more
§impl PartialEq for WPD_DEVICE_TRANSPORTS
impl PartialEq for WPD_DEVICE_TRANSPORTS
impl Copy for WPD_DEVICE_TRANSPORTS
impl Eq for WPD_DEVICE_TRANSPORTS
impl StructuralPartialEq for WPD_DEVICE_TRANSPORTS
Auto Trait Implementations§
impl Freeze for WPD_DEVICE_TRANSPORTS
impl RefUnwindSafe for WPD_DEVICE_TRANSPORTS
impl Send for WPD_DEVICE_TRANSPORTS
impl Sync for WPD_DEVICE_TRANSPORTS
impl Unpin for WPD_DEVICE_TRANSPORTS
impl UnwindSafe for WPD_DEVICE_TRANSPORTS
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