pub struct ReflectImageTraits {
pub dim: ReflectDimension,
pub depth: u32,
pub arrayed: u32,
pub ms: u32,
pub sampled: u32,
pub image_format: ReflectImageFormat,
}Fields§
§dim: ReflectDimension§depth: u32§arrayed: u32§ms: u32§sampled: u32§image_format: ReflectImageFormatTrait Implementations§
Source§impl Clone for ReflectImageTraits
impl Clone for ReflectImageTraits
Source§fn clone(&self) -> ReflectImageTraits
fn clone(&self) -> ReflectImageTraits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReflectImageTraits
Source§impl Debug for ReflectImageTraits
impl Debug for ReflectImageTraits
Source§impl Default for ReflectImageTraits
impl Default for ReflectImageTraits
Source§fn default() -> ReflectImageTraits
fn default() -> ReflectImageTraits
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReflectImageTraits
impl PartialEq for ReflectImageTraits
Source§fn eq(&self, other: &ReflectImageTraits) -> bool
fn eq(&self, other: &ReflectImageTraits) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReflectImageTraits
impl Serialize for ReflectImageTraits
impl StructuralPartialEq for ReflectImageTraits
Auto Trait Implementations§
impl Freeze for ReflectImageTraits
impl RefUnwindSafe for ReflectImageTraits
impl Send for ReflectImageTraits
impl Sync for ReflectImageTraits
impl Unpin for ReflectImageTraits
impl UnsafeUnpin for ReflectImageTraits
impl UnwindSafe for ReflectImageTraits
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