pub struct ImageViewType(/* private fields */);
Expand description
Implementations§
Source§impl ImageViewType
impl ImageViewType
Source§impl ImageViewType
impl ImageViewType
pub const TYPE_1D: Self = _
pub const TYPE_2D: Self = _
pub const TYPE_3D: Self = _
pub const CUBE: Self = _
pub const TYPE_1D_ARRAY: Self = _
pub const TYPE_2D_ARRAY: Self = _
pub const CUBE_ARRAY: Self = _
Trait Implementations§
Source§impl Clone for ImageViewType
impl Clone for ImageViewType
Source§fn clone(&self) -> ImageViewType
fn clone(&self) -> ImageViewType
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 ImageViewType
impl Debug for ImageViewType
Source§impl Default for ImageViewType
impl Default for ImageViewType
Source§fn default() -> ImageViewType
fn default() -> ImageViewType
Returns the “default value” for a type. Read more
Source§impl Hash for ImageViewType
impl Hash for ImageViewType
Source§impl Ord for ImageViewType
impl Ord for ImageViewType
Source§fn cmp(&self, other: &ImageViewType) -> Ordering
fn cmp(&self, other: &ImageViewType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ImageViewType
impl PartialEq for ImageViewType
Source§impl PartialOrd for ImageViewType
impl PartialOrd for ImageViewType
impl Copy for ImageViewType
impl Eq for ImageViewType
impl StructuralPartialEq for ImageViewType
Auto Trait Implementations§
impl Freeze for ImageViewType
impl RefUnwindSafe for ImageViewType
impl Send for ImageViewType
impl Sync for ImageViewType
impl Unpin for ImageViewType
impl UnwindSafe for ImageViewType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)