#[repr(u8)]pub enum BaseaddrSwitchSel {
BASEADDR_SWITCH_SEL_0 = 0,
BASEADDR_SWITCH_SEL_1 = 1,
}Variants§
BASEADDR_SWITCH_SEL_0 = 0
Switching base address at the edge of the vsync
BASEADDR_SWITCH_SEL_1 = 1
Switching base address at the edge of the first data of each frame
Implementations§
Trait Implementations§
Source§impl Clone for BaseaddrSwitchSel
impl Clone for BaseaddrSwitchSel
Source§fn clone(&self) -> BaseaddrSwitchSel
fn clone(&self) -> BaseaddrSwitchSel
Returns a duplicate 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 BaseaddrSwitchSel
impl Debug for BaseaddrSwitchSel
Source§impl From<BaseaddrSwitchSel> for u8
impl From<BaseaddrSwitchSel> for u8
Source§fn from(val: BaseaddrSwitchSel) -> u8
fn from(val: BaseaddrSwitchSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for BaseaddrSwitchSel
impl From<u8> for BaseaddrSwitchSel
Source§fn from(val: u8) -> BaseaddrSwitchSel
fn from(val: u8) -> BaseaddrSwitchSel
Converts to this type from the input type.
Source§impl Ord for BaseaddrSwitchSel
impl Ord for BaseaddrSwitchSel
Source§fn cmp(&self, other: &BaseaddrSwitchSel) -> Ordering
fn cmp(&self, other: &BaseaddrSwitchSel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BaseaddrSwitchSel
impl PartialEq for BaseaddrSwitchSel
Source§impl PartialOrd for BaseaddrSwitchSel
impl PartialOrd for BaseaddrSwitchSel
impl Copy for BaseaddrSwitchSel
impl Eq for BaseaddrSwitchSel
impl StructuralPartialEq for BaseaddrSwitchSel
Auto Trait Implementations§
impl Freeze for BaseaddrSwitchSel
impl RefUnwindSafe for BaseaddrSwitchSel
impl Send for BaseaddrSwitchSel
impl Sync for BaseaddrSwitchSel
impl Unpin for BaseaddrSwitchSel
impl UnwindSafe for BaseaddrSwitchSel
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