#[repr(C)]pub struct FormatProperties {
pub linearTilingFeatures: FormatFeatureFlags,
pub optimalTilingFeatures: FormatFeatureFlags,
pub bufferFeatures: FormatFeatureFlags,
}
Fields§
§linearTilingFeatures: FormatFeatureFlags
§optimalTilingFeatures: FormatFeatureFlags
§bufferFeatures: FormatFeatureFlags
Trait Implementations§
Source§impl Clone for FormatProperties
impl Clone for FormatProperties
Source§fn clone(&self) -> FormatProperties
fn clone(&self) -> FormatProperties
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 FormatProperties
Auto Trait Implementations§
impl Freeze for FormatProperties
impl RefUnwindSafe for FormatProperties
impl Send for FormatProperties
impl Sync for FormatProperties
impl Unpin for FormatProperties
impl UnwindSafe for FormatProperties
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