pub struct Plte(/* private fields */);Expand description
Safe wrapper for spng_sys::spng_plte
Implementations§
Auto Trait Implementations§
impl Freeze for Plte
impl RefUnwindSafe for Plte
impl Send for Plte
impl Sync for Plte
impl Unpin for Plte
impl UnsafeUnpin for Plte
impl UnwindSafe for Plte
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