pub struct AccessSize(/* private fields */);
Expand description
Memory width used to read/write from a register
Implementations§
Trait Implementations§
Source§impl CEnum<u8> for AccessSize
impl CEnum<u8> for AccessSize
Source§impl Clone for AccessSize
impl Clone for AccessSize
Source§fn clone(&self) -> AccessSize
fn clone(&self) -> AccessSize
Returns a copy 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 AccessSize
impl Debug for AccessSize
Source§impl Default for AccessSize
impl Default for AccessSize
Source§fn default() -> AccessSize
fn default() -> AccessSize
Returns the “default value” for a type. Read more
Source§impl From<AccessSize> for u8
impl From<AccessSize> for u8
Source§fn from(enum_value: AccessSize) -> Self
fn from(enum_value: AccessSize) -> Self
Converts to this type from the input type.
Source§impl From<u8> for AccessSize
impl From<u8> for AccessSize
Source§impl Hash for AccessSize
impl Hash for AccessSize
Source§impl Ord for AccessSize
impl Ord for AccessSize
Source§fn cmp(&self, other: &AccessSize) -> Ordering
fn cmp(&self, other: &AccessSize) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AccessSize
impl PartialEq for AccessSize
Source§impl PartialOrd for AccessSize
impl PartialOrd for AccessSize
impl Copy for AccessSize
impl Eq for AccessSize
impl StructuralPartialEq for AccessSize
Auto Trait Implementations§
impl Freeze for AccessSize
impl RefUnwindSafe for AccessSize
impl Send for AccessSize
impl Sync for AccessSize
impl Unpin for AccessSize
impl UnwindSafe for AccessSize
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