Enum ofx::ImageField
source · pub enum ImageField {
None,
Lower,
Upper,
Both,
Single,
Doubled,
}Variants
None
Lower
Upper
Both
Single
Doubled
Trait Implementations
sourceimpl Clone for ImageField
impl Clone for ImageField
sourcefn clone(&self) -> ImageField
fn clone(&self) -> ImageField
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ImageField
impl Debug for ImageField
sourceimpl IdentifiedEnum for ImageField
impl IdentifiedEnum for ImageField
sourceimpl PartialEq<ImageField> for ImageField
impl PartialEq<ImageField> for ImageField
sourcefn eq(&self, other: &ImageField) -> bool
fn eq(&self, other: &ImageField) -> bool
impl Copy for ImageField
impl StructuralPartialEq for ImageField
Auto Trait Implementations
impl RefUnwindSafe for ImageField
impl Send for ImageField
impl Sync for ImageField
impl Unpin for ImageField
impl UnwindSafe for ImageField
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more