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