pub enum ImageOption {
Properties,
CameraIntrinsics,
CiContext,
}Expand description
Mirrors VNImageOption.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ImageOption
impl AsRef<str> for ImageOption
Source§impl Clone for ImageOption
impl Clone for ImageOption
Source§fn clone(&self) -> ImageOption
fn clone(&self) -> ImageOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImageOption
impl Debug for ImageOption
Source§impl Display for ImageOption
impl Display for ImageOption
Source§impl Hash for ImageOption
impl Hash for ImageOption
Source§impl PartialEq for ImageOption
impl PartialEq for ImageOption
Source§fn eq(&self, other: &ImageOption) -> bool
fn eq(&self, other: &ImageOption) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ImageOption
impl Eq for ImageOption
impl StructuralPartialEq for ImageOption
Auto Trait Implementations§
impl Freeze for ImageOption
impl RefUnwindSafe for ImageOption
impl Send for ImageOption
impl Sync for ImageOption
impl Unpin for ImageOption
impl UnsafeUnpin for ImageOption
impl UnwindSafe for ImageOption
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