pub enum StoreWidth {
Byte,
HalfWord,
Word,
DoubleWord,
}Variants§
Implementations§
Source§impl StoreWidth
impl StoreWidth
Trait Implementations§
Source§impl Clone for StoreWidth
impl Clone for StoreWidth
Source§fn clone(&self) -> StoreWidth
fn clone(&self) -> StoreWidth
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 StoreWidth
impl Debug for StoreWidth
Source§impl PartialEq for StoreWidth
impl PartialEq for StoreWidth
impl Copy for StoreWidth
impl StructuralPartialEq for StoreWidth
Auto Trait Implementations§
impl Freeze for StoreWidth
impl RefUnwindSafe for StoreWidth
impl Send for StoreWidth
impl Sync for StoreWidth
impl Unpin for StoreWidth
impl UnwindSafe for StoreWidth
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