#[repr(u8)]pub enum HsyncPol {
HSYNC_POL_0 = 0,
HSYNC_POL_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for HsyncPol
impl Ord for HsyncPol
Source§impl PartialOrd for HsyncPol
impl PartialOrd for HsyncPol
impl Copy for HsyncPol
impl Eq for HsyncPol
impl StructuralPartialEq for HsyncPol
Auto Trait Implementations§
impl Freeze for HsyncPol
impl RefUnwindSafe for HsyncPol
impl Send for HsyncPol
impl Sync for HsyncPol
impl Unpin for HsyncPol
impl UnwindSafe for HsyncPol
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