Enum DataLenBits
pub enum DataLenBits {
_8,
_16,
_32,
_64,
_128,
}Variants§
Implementations§
Trait Implementations§
§impl Clone for DataLenBits
impl Clone for DataLenBits
§fn clone(&self) -> DataLenBits
fn clone(&self) -> DataLenBits
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 more§impl Debug for DataLenBits
impl Debug for DataLenBits
§impl PartialEq for DataLenBits
impl PartialEq for DataLenBits
impl Copy for DataLenBits
impl Eq for DataLenBits
impl StructuralPartialEq for DataLenBits
Auto Trait Implementations§
impl Freeze for DataLenBits
impl RefUnwindSafe for DataLenBits
impl Send for DataLenBits
impl Sync for DataLenBits
impl Unpin for DataLenBits
impl UnwindSafe for DataLenBits
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