#[repr(C)]pub struct spng_text {
pub keyword: [c_char; 80],
pub type_: c_int,
pub length: usize,
pub text: *mut c_char,
pub compression_flag: u8,
pub compression_method: u8,
pub language_tag: *mut c_char,
pub translated_keyword: *mut c_char,
}Fields§
§keyword: [c_char; 80]§type_: c_int§length: usize§text: *mut c_char§compression_flag: u8§compression_method: u8§language_tag: *mut c_char§translated_keyword: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl !Send for spng_text
impl !Sync for spng_text
impl Freeze for spng_text
impl RefUnwindSafe for spng_text
impl Unpin for spng_text
impl UnsafeUnpin for spng_text
impl UnwindSafe for spng_text
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