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