pub enum PngSize {
X1,
X8,
X32,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PngSize
impl RefUnwindSafe for PngSize
impl Send for PngSize
impl Sync for PngSize
impl Unpin for PngSize
impl UnwindSafe for PngSize
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