#[repr(C)]pub struct ExternalFormatOHOS {
pub s_type: StructureType,
pub next: *mut c_void,
pub external_format: u64,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§external_format: u64Trait Implementations§
Source§impl Clone for ExternalFormatOHOS
impl Clone for ExternalFormatOHOS
Source§fn clone(&self) -> ExternalFormatOHOS
fn clone(&self) -> ExternalFormatOHOS
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 ExternalFormatOHOS
impl Debug for ExternalFormatOHOS
Source§impl Default for ExternalFormatOHOS
impl Default for ExternalFormatOHOS
Source§impl Hash for ExternalFormatOHOS
impl Hash for ExternalFormatOHOS
Source§impl PartialEq for ExternalFormatOHOS
impl PartialEq for ExternalFormatOHOS
impl Copy for ExternalFormatOHOS
impl Eq for ExternalFormatOHOS
impl Send for ExternalFormatOHOS
impl StructuralPartialEq for ExternalFormatOHOS
impl Sync for ExternalFormatOHOS
Auto Trait Implementations§
impl Freeze for ExternalFormatOHOS
impl RefUnwindSafe for ExternalFormatOHOS
impl Unpin for ExternalFormatOHOS
impl UnwindSafe for ExternalFormatOHOS
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