#[repr(C)]pub struct PixelNoValueGivenError {
pub value: AzString,
pub metric: SizeMetric,
}Expand description
Wrapper for NoValueGiven error in pixel value parsing.
Fields§
§value: AzString§metric: SizeMetricTrait Implementations§
Source§impl Clone for PixelNoValueGivenError
impl Clone for PixelNoValueGivenError
Source§fn clone(&self) -> PixelNoValueGivenError
fn clone(&self) -> PixelNoValueGivenError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PixelNoValueGivenError
impl Debug for PixelNoValueGivenError
Source§impl PartialEq for PixelNoValueGivenError
impl PartialEq for PixelNoValueGivenError
Source§fn eq(&self, other: &PixelNoValueGivenError) -> bool
fn eq(&self, other: &PixelNoValueGivenError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PixelNoValueGivenError
Auto Trait Implementations§
impl Freeze for PixelNoValueGivenError
impl RefUnwindSafe for PixelNoValueGivenError
impl Send for PixelNoValueGivenError
impl Sync for PixelNoValueGivenError
impl Unpin for PixelNoValueGivenError
impl UnsafeUnpin for PixelNoValueGivenError
impl UnwindSafe for PixelNoValueGivenError
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