#[repr(i32)]pub enum VkSamplerMipmapMode {
Nearest = 0,
Linear = 1,
}
Expand description
Wrapper for VkSamplerMipmapMode.
Variants§
Trait Implementations§
Source§impl Clone for VkSamplerMipmapMode
impl Clone for VkSamplerMipmapMode
Source§fn clone(&self) -> VkSamplerMipmapMode
fn clone(&self) -> VkSamplerMipmapMode
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 moreSource§impl Debug for VkSamplerMipmapMode
impl Debug for VkSamplerMipmapMode
Source§impl Default for VkSamplerMipmapMode
impl Default for VkSamplerMipmapMode
Source§fn default() -> VkSamplerMipmapMode
fn default() -> VkSamplerMipmapMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for VkSamplerMipmapMode
impl PartialEq for VkSamplerMipmapMode
impl Copy for VkSamplerMipmapMode
impl StructuralPartialEq for VkSamplerMipmapMode
Auto Trait Implementations§
impl Freeze for VkSamplerMipmapMode
impl RefUnwindSafe for VkSamplerMipmapMode
impl Send for VkSamplerMipmapMode
impl Sync for VkSamplerMipmapMode
impl Unpin for VkSamplerMipmapMode
impl UnwindSafe for VkSamplerMipmapMode
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