#[repr(C)]pub struct spng_exif {
pub length: usize,
pub data: *mut c_char,
}Fields§
§length: usize§data: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for spng_exif
impl RefUnwindSafe for spng_exif
impl !Send for spng_exif
impl !Sync for spng_exif
impl Unpin for spng_exif
impl UnwindSafe for spng_exif
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