#[repr(u8)]pub enum BitOpType {
Bitcount = 0,
Bitfind = 1,
Bitrev = 2,
Bfe = 3,
Bfi = 4,
}Variants§
Implementations§
Trait Implementations§
impl Copy for BitOpType
impl Eq for BitOpType
impl StructuralPartialEq for BitOpType
Auto Trait Implementations§
impl Freeze for BitOpType
impl RefUnwindSafe for BitOpType
impl Send for BitOpType
impl Sync for BitOpType
impl Unpin for BitOpType
impl UnsafeUnpin for BitOpType
impl UnwindSafe for BitOpType
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