#[repr(C)]pub struct ExternalFormatANDROID {
pub sType: StructureType,
pub pNext: *mut c_void,
pub externalFormat: u64,
}Fields§
§sType: StructureType§pNext: *mut c_void§externalFormat: u64Implementations§
Trait 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 · 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 ExternalFormatANDROID
impl Debug for ExternalFormatANDROID
Source§impl Default for ExternalFormatANDROID
impl Default for ExternalFormatANDROID
Source§fn default() -> ExternalFormatANDROID
fn default() -> ExternalFormatANDROID
Returns the “default value” for a type. Read more
impl Copy for ExternalFormatANDROID
Auto Trait Implementations§
impl Freeze for ExternalFormatANDROID
impl RefUnwindSafe for ExternalFormatANDROID
impl !Send for ExternalFormatANDROID
impl !Sync for ExternalFormatANDROID
impl Unpin 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