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