#[repr(u8)]pub enum TestBufFlip {
TestBufFlipDis = 0,
TestBufFlipEn = 1,
}Variants§
TestBufFlipDis = 0
Input of the buffer is not flipped.
TestBufFlipEn = 1
Input of the buffer is flipped.
Implementations§
Source§impl TestBufFlip
impl TestBufFlip
Trait Implementations§
Source§impl Clone for TestBufFlip
impl Clone for TestBufFlip
Source§fn clone(&self) -> TestBufFlip
fn clone(&self) -> TestBufFlip
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 TestBufFlip
impl Debug for TestBufFlip
Source§impl From<TestBufFlip> for u8
impl From<TestBufFlip> for u8
Source§fn from(val: TestBufFlip) -> u8
fn from(val: TestBufFlip) -> u8
Converts to this type from the input type.
Source§impl From<u8> for TestBufFlip
impl From<u8> for TestBufFlip
Source§fn from(val: u8) -> TestBufFlip
fn from(val: u8) -> TestBufFlip
Converts to this type from the input type.
Source§impl Ord for TestBufFlip
impl Ord for TestBufFlip
Source§fn cmp(&self, other: &TestBufFlip) -> Ordering
fn cmp(&self, other: &TestBufFlip) -> 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 TestBufFlip
impl PartialEq for TestBufFlip
Source§impl PartialOrd for TestBufFlip
impl PartialOrd for TestBufFlip
impl Copy for TestBufFlip
impl Eq for TestBufFlip
impl StructuralPartialEq for TestBufFlip
Auto Trait Implementations§
impl Freeze for TestBufFlip
impl RefUnwindSafe for TestBufFlip
impl Send for TestBufFlip
impl Sync for TestBufFlip
impl Unpin for TestBufFlip
impl UnwindSafe for TestBufFlip
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