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