#[repr(u8)]pub enum RAMPZ_A {
VAL_0 = 0,
}
Expand description
Extended Z-Pointer Value
Value on reset: 0
Variants§
VAL_0 = 0
0: Default value of Z-pointer MSB’s.
Trait Implementations§
impl Copy for RAMPZ_A
impl Eq for RAMPZ_A
impl StructuralPartialEq for RAMPZ_A
Auto Trait Implementations§
impl Freeze for RAMPZ_A
impl RefUnwindSafe for RAMPZ_A
impl Send for RAMPZ_A
impl Sync for RAMPZ_A
impl Unpin for RAMPZ_A
impl UnwindSafe for RAMPZ_A
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