Struct windows_sys::Graphics::Imaging::PngFilterMode
[−]#[repr(transparent)]pub struct PngFilterMode(pub i32);
Expand description
Required features: "Graphics_Imaging"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for PngFilterMode
impl Clone for PngFilterMode
impl Copy for PngFilterMode
Auto Trait Implementations
impl RefUnwindSafe for PngFilterMode
impl Send for PngFilterMode
impl Sync for PngFilterMode
impl Unpin for PngFilterMode
impl UnwindSafe for PngFilterMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more