#[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 Cast for ExternalFormatOHOS
impl Cast for ExternalFormatOHOS
Source§type Target = ExternalFormatOHOS
type Target = ExternalFormatOHOS
The other type this type can be used interchangeably with in FFI.
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§fn default() -> ExternalFormatOHOS
fn default() -> ExternalFormatOHOS
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for ExternalFormatOHOS
impl HasBuilder<'static> 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 ExtendsAttachmentDescription2 for ExternalFormatOHOS
impl ExtendsCommandBufferInheritanceInfo for ExternalFormatOHOS
impl ExtendsGraphicsPipelineCreateInfo for ExternalFormatOHOS
impl ExtendsImageCreateInfo for ExternalFormatOHOS
impl ExtendsSamplerYcbcrConversionCreateInfo 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