pub struct PixelConfig {
pub data_type: DataType,
pub data_size: PixelFormat,
pub customer_defined: bool,
}
Fields§
§data_type: DataType
§data_size: PixelFormat
§customer_defined: bool
Trait Implementations§
Source§impl Clone for PixelConfig
impl Clone for PixelConfig
Source§fn clone(&self) -> PixelConfig
fn clone(&self) -> PixelConfig
Returns a copy 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 PixelConfig
impl Debug for PixelConfig
Source§impl Default for PixelConfig
impl Default for PixelConfig
Source§impl From<u8> for PixelConfig
impl From<u8> for PixelConfig
Source§impl Hash for PixelConfig
impl Hash for PixelConfig
Source§impl Into<u8> for PixelConfig
impl Into<u8> for PixelConfig
Source§impl Ord for PixelConfig
impl Ord for PixelConfig
Source§fn cmp(&self, other: &PixelConfig) -> Ordering
fn cmp(&self, other: &PixelConfig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PixelConfig
impl PartialEq for PixelConfig
Source§impl PartialOrd for PixelConfig
impl PartialOrd for PixelConfig
impl Copy for PixelConfig
impl Eq for PixelConfig
impl StructuralPartialEq for PixelConfig
Auto Trait Implementations§
impl Freeze for PixelConfig
impl RefUnwindSafe for PixelConfig
impl Send for PixelConfig
impl Sync for PixelConfig
impl Unpin for PixelConfig
impl UnwindSafe for PixelConfig
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