pub enum PixelDataType {
Float,
Unsigned,
}Variants§
Trait Implementations§
Source§impl Clone for PixelDataType
impl Clone for PixelDataType
Source§fn clone(&self) -> PixelDataType
fn clone(&self) -> PixelDataType
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 Debug for PixelDataType
impl Debug for PixelDataType
Source§impl<'de> Deserialize<'de> for PixelDataType
impl<'de> Deserialize<'de> for PixelDataType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PixelDataType
impl PartialEq for PixelDataType
Source§impl Serialize for PixelDataType
impl Serialize for PixelDataType
impl Copy for PixelDataType
impl Eq for PixelDataType
impl StructuralPartialEq for PixelDataType
Auto Trait Implementations§
impl Freeze for PixelDataType
impl RefUnwindSafe for PixelDataType
impl Send for PixelDataType
impl Sync for PixelDataType
impl Unpin for PixelDataType
impl UnsafeUnpin for PixelDataType
impl UnwindSafe for PixelDataType
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