pub enum FormatComponents {
Undefined,
R,
RG,
RGB,
RGBA,
EBGR,
D,
S,
DS,
Compressed,
}
Expand description
Containing Components in Format(Order is not considered)
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FormatComponents
impl Clone for FormatComponents
Source§fn clone(&self) -> FormatComponents
fn clone(&self) -> FormatComponents
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for FormatComponents
impl PartialEq for FormatComponents
impl Copy for FormatComponents
impl Eq for FormatComponents
impl StructuralPartialEq for FormatComponents
Auto Trait Implementations§
impl Freeze for FormatComponents
impl RefUnwindSafe for FormatComponents
impl Send for FormatComponents
impl Sync for FormatComponents
impl Unpin for FormatComponents
impl UnwindSafe for FormatComponents
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