pub enum BitRangeUnit {
Byte,
Bit,
}Expand description
Unit for BITCOUNT and BITPOS range arguments.
Variants§
Trait Implementations§
Source§impl Clone for BitRangeUnit
impl Clone for BitRangeUnit
Source§fn clone(&self) -> BitRangeUnit
fn clone(&self) -> BitRangeUnit
Returns a duplicate 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 Debug for BitRangeUnit
impl Debug for BitRangeUnit
Source§impl PartialEq for BitRangeUnit
impl PartialEq for BitRangeUnit
impl Copy for BitRangeUnit
impl Eq for BitRangeUnit
impl StructuralPartialEq for BitRangeUnit
Auto Trait Implementations§
impl Freeze for BitRangeUnit
impl RefUnwindSafe for BitRangeUnit
impl Send for BitRangeUnit
impl Sync for BitRangeUnit
impl Unpin for BitRangeUnit
impl UnsafeUnpin for BitRangeUnit
impl UnwindSafe for BitRangeUnit
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