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