Struct nekolib_doc::integer::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 Freeze for PdepPextMaskU128
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)