#[repr(C)]pub struct FormatProperties3 {
pub sType: StructureType,
pub pNext: *mut c_void,
pub linearTilingFeatures: FormatFeatureFlags2,
pub optimalTilingFeatures: FormatFeatureFlags2,
pub bufferFeatures: FormatFeatureFlags2,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§linearTilingFeatures: FormatFeatureFlags2
§optimalTilingFeatures: FormatFeatureFlags2
§bufferFeatures: FormatFeatureFlags2
Trait Implementations§
Source§impl Clone for FormatProperties3
impl Clone for FormatProperties3
Source§fn clone(&self) -> FormatProperties3
fn clone(&self) -> FormatProperties3
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for FormatProperties3
Auto Trait Implementations§
impl Freeze for FormatProperties3
impl RefUnwindSafe for FormatProperties3
impl !Send for FormatProperties3
impl !Sync for FormatProperties3
impl Unpin for FormatProperties3
impl UnwindSafe for FormatProperties3
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