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