#[repr(C)]pub struct AndroidHardwareBufferFormatResolvePropertiesANDROID {
pub s_type: StructureType,
pub next: *mut c_void,
pub color_attachment_format: Format,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§color_attachment_format: FormatTrait Implementations§
Source§impl Clone for AndroidHardwareBufferFormatResolvePropertiesANDROID
impl Clone for AndroidHardwareBufferFormatResolvePropertiesANDROID
Source§fn clone(&self) -> AndroidHardwareBufferFormatResolvePropertiesANDROID
fn clone(&self) -> AndroidHardwareBufferFormatResolvePropertiesANDROID
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 PartialEq for AndroidHardwareBufferFormatResolvePropertiesANDROID
impl PartialEq for AndroidHardwareBufferFormatResolvePropertiesANDROID
Source§fn eq(
&self,
other: &AndroidHardwareBufferFormatResolvePropertiesANDROID,
) -> bool
fn eq( &self, other: &AndroidHardwareBufferFormatResolvePropertiesANDROID, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AndroidHardwareBufferFormatResolvePropertiesANDROID
impl Eq for AndroidHardwareBufferFormatResolvePropertiesANDROID
impl Send for AndroidHardwareBufferFormatResolvePropertiesANDROID
impl StructuralPartialEq for AndroidHardwareBufferFormatResolvePropertiesANDROID
impl Sync for AndroidHardwareBufferFormatResolvePropertiesANDROID
Auto Trait Implementations§
impl Freeze for AndroidHardwareBufferFormatResolvePropertiesANDROID
impl RefUnwindSafe for AndroidHardwareBufferFormatResolvePropertiesANDROID
impl Unpin for AndroidHardwareBufferFormatResolvePropertiesANDROID
impl UnwindSafe for AndroidHardwareBufferFormatResolvePropertiesANDROID
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