#[non_exhaustive]pub enum NDIInitError {
UnsupportedCPU,
GenericError,
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
UnsupportedCPU
The CPU is not supported by the NDI SDK. NDI requires SSE4.2 instructions
GenericError
Trait Implementations§
Source§impl Clone for NDIInitError
impl Clone for NDIInitError
Source§fn clone(&self) -> NDIInitError
fn clone(&self) -> NDIInitError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NDIInitError
impl RefUnwindSafe for NDIInitError
impl Send for NDIInitError
impl Sync for NDIInitError
impl Unpin for NDIInitError
impl UnwindSafe for NDIInitError
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)