Enum stm32_metapac::icache::vals::Rsize
#[repr(u8)]pub enum Rsize {
_RESERVED_0 = 0,
MEGABYTES2 = 1,
MEGABYTES4 = 2,
MEGABYTES8 = 3,
MEGABYTES16 = 4,
MEGABYTES32 = 5,
MEGABYTES64 = 6,
MEGABYTES128 = 7,
}
Variants§
_RESERVED_0 = 0
MEGABYTES2 = 1
MEGABYTES4 = 2
MEGABYTES8 = 3
MEGABYTES16 = 4
MEGABYTES32 = 5
MEGABYTES64 = 6
MEGABYTES128 = 7
Implementations§
Trait Implementations§
§impl Ord for Rsize
impl Ord for Rsize
§impl PartialOrd for Rsize
impl PartialOrd for Rsize
impl Copy for Rsize
impl Eq for Rsize
impl StructuralPartialEq for Rsize
Auto Trait Implementations§
impl Freeze for Rsize
impl RefUnwindSafe for Rsize
impl Send for Rsize
impl Sync for Rsize
impl Unpin for Rsize
impl UnwindSafe for Rsize
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)