#[repr(C)]pub struct FilterChainOptionsMetal {
pub force_no_mipmaps: bool,
}Expand description
Options for filter chain creation.
Fields§
§force_no_mipmaps: boolWhether or not to explicitly disable mipmap generation regardless of shader preset settings.
Trait Implementations§
source§impl Clone for FilterChainOptionsMetal
impl Clone for FilterChainOptionsMetal
source§fn clone(&self) -> FilterChainOptionsMetal
fn clone(&self) -> FilterChainOptionsMetal
Returns a copy 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 FilterChainOptionsMetal
impl Debug for FilterChainOptionsMetal
source§impl Default for FilterChainOptionsMetal
impl Default for FilterChainOptionsMetal
source§fn default() -> FilterChainOptionsMetal
fn default() -> FilterChainOptionsMetal
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FilterChainOptionsMetal
impl Send for FilterChainOptionsMetal
impl Sync for FilterChainOptionsMetal
impl Unpin for FilterChainOptionsMetal
impl UnwindSafe for FilterChainOptionsMetal
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