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