#[repr(u8)]pub enum DataWidth {
D32 = 32,
D16 = 16,
D8 = 8,
}
Variants§
Trait Implementations§
source§impl Ord for DataWidth
impl Ord for DataWidth
source§impl PartialEq for DataWidth
impl PartialEq for DataWidth
source§impl PartialOrd for DataWidth
impl PartialOrd for DataWidth
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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
source§impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T