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