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