#[repr(C)]pub struct ExternalFormatANDROID {
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 ExternalFormatANDROID
impl Clone for ExternalFormatANDROID
Source§fn clone(&self) -> ExternalFormatANDROID
fn clone(&self) -> ExternalFormatANDROID
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExternalFormatANDROID
Source§impl Debug for ExternalFormatANDROID
impl Debug for ExternalFormatANDROID
Source§impl Default for ExternalFormatANDROID
impl Default for ExternalFormatANDROID
impl Eq for ExternalFormatANDROID
Source§impl Hash for ExternalFormatANDROID
impl Hash for ExternalFormatANDROID
Source§impl PartialEq for ExternalFormatANDROID
impl PartialEq for ExternalFormatANDROID
Source§fn eq(&self, other: &ExternalFormatANDROID) -> bool
fn eq(&self, other: &ExternalFormatANDROID) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for ExternalFormatANDROID
impl StructuralPartialEq for ExternalFormatANDROID
impl Sync for ExternalFormatANDROID
Auto Trait Implementations§
impl Freeze for ExternalFormatANDROID
impl RefUnwindSafe for ExternalFormatANDROID
impl Unpin for ExternalFormatANDROID
impl UnsafeUnpin for ExternalFormatANDROID
impl UnwindSafe for ExternalFormatANDROID
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