#[repr(C)]pub struct ExternalFormatANDROID {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub external_format: u64,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidexternal_format: u64Implementations
sourceimpl ExternalFormatANDROID
impl ExternalFormatANDROID
pub fn builder<'a>() -> ExternalFormatANDROIDBuilder<'a>
Trait Implementations
sourceimpl Clone for ExternalFormatANDROID
impl Clone for ExternalFormatANDROID
sourcefn clone(&self) -> ExternalFormatANDROID
fn clone(&self) -> ExternalFormatANDROID
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ExternalFormatANDROID
impl Debug for ExternalFormatANDROID
sourceimpl Default for ExternalFormatANDROID
impl Default for ExternalFormatANDROID
sourcefn default() -> ExternalFormatANDROID
fn default() -> ExternalFormatANDROID
Returns the “default value” for a type. Read more
impl Copy for ExternalFormatANDROID
impl ExtendsImageCreateInfo for ExternalFormatANDROID
impl ExtendsSamplerYcbcrConversionCreateInfo for ExternalFormatANDROID
Auto Trait Implementations
impl RefUnwindSafe for ExternalFormatANDROID
impl !Send for ExternalFormatANDROID
impl !Sync for ExternalFormatANDROID
impl Unpin for ExternalFormatANDROID
impl UnwindSafe for ExternalFormatANDROID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more