Enum rk3399_rs::ddr_mon::ddrmon_ddr_if_ctrl::Ch1Direction
source · pub enum Ch1Direction {
B1 = 1,
B0 = 0,
}Expand description
Write or read monitor in channel 1 for command statistics
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for Ch1Direction
impl Clone for Ch1Direction
source§fn clone(&self) -> Ch1Direction
fn clone(&self) -> Ch1Direction
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 Ch1Direction
impl Debug for Ch1Direction
source§impl From<Ch1Direction> for bool
impl From<Ch1Direction> for bool
source§fn from(variant: Ch1Direction) -> Self
fn from(variant: Ch1Direction) -> Self
Converts to this type from the input type.
source§impl PartialEq for Ch1Direction
impl PartialEq for Ch1Direction
source§fn eq(&self, other: &Ch1Direction) -> bool
fn eq(&self, other: &Ch1Direction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for Ch1Direction
impl Eq for Ch1Direction
impl StructuralPartialEq for Ch1Direction
Auto Trait Implementations§
impl Freeze for Ch1Direction
impl RefUnwindSafe for Ch1Direction
impl Send for Ch1Direction
impl Sync for Ch1Direction
impl Unpin for Ch1Direction
impl UnwindSafe for Ch1Direction
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