pub enum RAMSIZER {
_0001,
_0011,
_0100,
_0101,
_0110,
_0111,
_1000,
_1001,
_1011,
_Reserved(u8),
}Expand description
Possible values of the field RAMSIZE
Variants§
_0001
8 KB
_0011
16 KB
_0100
24 KB
_0101
32 KB
_0110
48 KB
_0111
64 KB
_1000
96 KB
_1001
128 KB
_1011
256 KB
_Reserved(u8)
Reserved
Implementations§
Trait Implementations§
impl Copy for RAMSIZER
impl StructuralPartialEq for RAMSIZER
Auto Trait Implementations§
impl Freeze for RAMSIZER
impl RefUnwindSafe for RAMSIZER
impl Send for RAMSIZER
impl Sync for RAMSIZER
impl Unpin for RAMSIZER
impl UnwindSafe for RAMSIZER
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