pub struct TooManyPixels { /* private fields */ }Expand description
Payload for ConvertError::TooManyPixels.
A frame declares more pixels than the session’s
FrameLimits::max_pixels allows.
Implementations§
Trait Implementations§
Source§impl Clone for TooManyPixels
impl Clone for TooManyPixels
Source§fn clone(&self) -> TooManyPixels
fn clone(&self) -> TooManyPixels
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 moreimpl Copy for TooManyPixels
Source§impl Debug for TooManyPixels
impl Debug for TooManyPixels
Source§impl Display for TooManyPixels
impl Display for TooManyPixels
impl Eq for TooManyPixels
Source§impl PartialEq for TooManyPixels
impl PartialEq for TooManyPixels
impl StructuralPartialEq for TooManyPixels
Auto Trait Implementations§
impl Freeze for TooManyPixels
impl RefUnwindSafe for TooManyPixels
impl Send for TooManyPixels
impl Sync for TooManyPixels
impl Unpin for TooManyPixels
impl UnsafeUnpin for TooManyPixels
impl UnwindSafe for TooManyPixels
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