#[repr(C)]pub struct EmbFormatList_ {
pub extension: *mut c_char,
pub description: *mut c_char,
pub reader: c_char,
pub writer: c_char,
pub type_: c_int,
pub next: *mut EmbFormatList_,
}Fields§
§extension: *mut c_char§description: *mut c_char§reader: c_char§writer: c_char§type_: c_int§next: *mut EmbFormatList_Trait Implementations§
Source§impl Clone for EmbFormatList_
impl Clone for EmbFormatList_
Source§fn clone(&self) -> EmbFormatList_
fn clone(&self) -> EmbFormatList_
Returns a copy 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 EmbFormatList_
impl Debug for EmbFormatList_
impl Copy for EmbFormatList_
Auto Trait Implementations§
impl Freeze for EmbFormatList_
impl RefUnwindSafe for EmbFormatList_
impl !Send for EmbFormatList_
impl !Sync for EmbFormatList_
impl Unpin for EmbFormatList_
impl UnwindSafe for EmbFormatList_
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