Enum ofx::ImageComponent
source · pub enum ImageComponent {
RGBA,
RGB,
Alpha,
}Variants
RGBA
RGB
Alpha
Implementations
Trait Implementations
sourceimpl Clone for ImageComponent
impl Clone for ImageComponent
sourcefn clone(&self) -> ImageComponent
fn clone(&self) -> ImageComponent
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 ImageComponent
impl Debug for ImageComponent
sourceimpl IdentifiedEnum for ImageComponent
impl IdentifiedEnum for ImageComponent
sourceimpl PartialEq<ImageComponent> for ImageComponent
impl PartialEq<ImageComponent> for ImageComponent
sourcefn eq(&self, other: &ImageComponent) -> bool
fn eq(&self, other: &ImageComponent) -> bool
impl Copy for ImageComponent
impl StructuralPartialEq for ImageComponent
Auto Trait Implementations
impl RefUnwindSafe for ImageComponent
impl Send for ImageComponent
impl Sync for ImageComponent
impl Unpin for ImageComponent
impl UnwindSafe for ImageComponent
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