pub struct MinMagFilter {
pub min_filter: Filter,
pub mag_filter: Filter,
}
Fields§
§min_filter: Filter
§mag_filter: Filter
Implementations§
Source§impl MinMagFilter
impl MinMagFilter
pub fn default() -> Self
pub fn with_min_filter(self, filter: Filter) -> Self
pub fn with_mag_filter(self, filter: Filter) -> Self
Trait Implementations§
Source§impl Clone for MinMagFilter
impl Clone for MinMagFilter
Source§fn clone(&self) -> MinMagFilter
fn clone(&self) -> MinMagFilter
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 moreAuto Trait Implementations§
impl Freeze for MinMagFilter
impl RefUnwindSafe for MinMagFilter
impl Send for MinMagFilter
impl Sync for MinMagFilter
impl Unpin for MinMagFilter
impl UnwindSafe for MinMagFilter
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