pub enum AddressWidth {
R3Bytes = 1,
R4Bytes = 2,
R5Bytes = 3,
}
Expand description
Address width for the reading and writing pipes.
Variants§
Trait Implementations§
Source§impl Clone for AddressWidth
impl Clone for AddressWidth
Source§fn clone(&self) -> AddressWidth
fn clone(&self) -> AddressWidth
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 Default for AddressWidth
impl Default for AddressWidth
Source§impl From<u8> for AddressWidth
impl From<u8> for AddressWidth
impl Copy for AddressWidth
Auto Trait Implementations§
impl Freeze for AddressWidth
impl RefUnwindSafe for AddressWidth
impl Send for AddressWidth
impl Sync for AddressWidth
impl Unpin for AddressWidth
impl UnwindSafe for AddressWidth
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