#[repr(C)]pub struct switch_png_s {
pub pvt: *mut switch_png_opaque_t,
pub w: c_int,
pub h: c_int,
}Fields§
§pvt: *mut switch_png_opaque_t§w: c_int§h: c_intTrait Implementations§
Source§impl Clone for switch_png_s
impl Clone for switch_png_s
Source§fn clone(&self) -> switch_png_s
fn clone(&self) -> switch_png_s
Returns a duplicate of the value. Read more
1.0.0 · 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 switch_png_s
impl Debug for switch_png_s
Source§impl Default for switch_png_s
impl Default for switch_png_s
impl Copy for switch_png_s
Auto Trait Implementations§
impl Freeze for switch_png_s
impl RefUnwindSafe for switch_png_s
impl !Send for switch_png_s
impl !Sync for switch_png_s
impl Unpin for switch_png_s
impl UnsafeUnpin for switch_png_s
impl UnwindSafe for switch_png_s
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