pub struct ErasedBitOps;Expand description
Bit manipulation operations for erased literal values.
Implementations§
Source§impl ErasedBitOps
impl ErasedBitOps
Auto Trait Implementations§
impl Freeze for ErasedBitOps
impl RefUnwindSafe for ErasedBitOps
impl Send for ErasedBitOps
impl Sync for ErasedBitOps
impl Unpin for ErasedBitOps
impl UnsafeUnpin for ErasedBitOps
impl UnwindSafe for ErasedBitOps
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