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