Struct nekolib::utils::PdepPextMaskU32
source · pub struct PdepPextMaskU32(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for PdepPextMaskU32
impl Clone for PdepPextMaskU32
source§fn clone(&self) -> PdepPextMaskU32
fn clone(&self) -> PdepPextMaskU32
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 moresource§impl Pdep<PdepPextMaskU32> for u32
impl Pdep<PdepPextMaskU32> for u32
fn pdep(self, mask: PdepPextMaskU32) -> u32
source§impl Pext<PdepPextMaskU32> for u32
impl Pext<PdepPextMaskU32> for u32
fn pext(self, mask: PdepPextMaskU32) -> u32
impl Copy for PdepPextMaskU32
Auto Trait Implementations§
impl RefUnwindSafe for PdepPextMaskU32
impl Send for PdepPextMaskU32
impl Sync for PdepPextMaskU32
impl Unpin for PdepPextMaskU32
impl UnwindSafe for PdepPextMaskU32
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