#[repr(C)]pub struct FormatUsage {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl FormatUsage
impl FormatUsage
pub fn sample() -> Self
pub fn linear() -> Self
pub fn sparse() -> Self
pub fn render() -> Self
pub fn blend() -> Self
pub fn get_pixels() -> Self
pub fn set_pixels() -> Self
pub fn set_pixels32() -> Self
pub fn read_pixels() -> Self
pub fn load_store() -> Self
pub fn msaa2x() -> Self
pub fn msaa4x() -> Self
pub fn msaa8x() -> Self
pub fn stencil_sampling() -> Self
Trait Implementations§
Source§impl ClassIdentity for FormatUsage
impl ClassIdentity for FormatUsage
Source§impl Clone for FormatUsage
impl Clone for FormatUsage
Source§fn clone(&self) -> FormatUsage
fn clone(&self) -> FormatUsage
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormatUsage
impl Debug for FormatUsage
Source§impl PartialEq for FormatUsage
impl PartialEq for FormatUsage
impl Copy for FormatUsage
impl Eq for FormatUsage
impl StructuralPartialEq for FormatUsage
Auto Trait Implementations§
impl Freeze for FormatUsage
impl RefUnwindSafe for FormatUsage
impl Send for FormatUsage
impl Sync for FormatUsage
impl Unpin for FormatUsage
impl UnwindSafe for FormatUsage
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)