pub enum NativeVsyncError {
InvalidArgs,
CreateFailed,
RawErr(c_int),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NativeVsyncError
impl RefUnwindSafe for NativeVsyncError
impl Send for NativeVsyncError
impl Sync for NativeVsyncError
impl Unpin for NativeVsyncError
impl UnwindSafe for NativeVsyncError
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