#[repr(u8)]pub enum DataWidth {
S = 0,
D = 1,
Q = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for DataWidth
impl Ord for DataWidth
Source§impl PartialOrd for DataWidth
impl PartialOrd for DataWidth
impl Copy for DataWidth
impl Eq for DataWidth
impl StructuralPartialEq for DataWidth
Auto Trait Implementations§
impl Freeze for DataWidth
impl RefUnwindSafe for DataWidth
impl Send for DataWidth
impl Sync for DataWidth
impl Unpin for DataWidth
impl UnwindSafe for DataWidth
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