Enum Filter
#[repr(u32)]pub enum Filter {
NEAREST = 0,
LINEAR = 1,
CUBIC_EXT = 1_000_015_000,
MAX_ENUM = 2_147_483_647,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for VkFilter
impl Eq for VkFilter
impl StructuralPartialEq for VkFilter
Auto Trait Implementations§
impl Freeze for VkFilter
impl RefUnwindSafe for VkFilter
impl Send for VkFilter
impl Sync for VkFilter
impl Unpin for VkFilter
impl UnwindSafe for VkFilter
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