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: ReflectImageFormat
Trait Implementations§
Source§impl Clone for ReflectImageTraits
impl Clone for ReflectImageTraits
Source§fn clone(&self) -> ReflectImageTraits
fn clone(&self) -> ReflectImageTraits
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 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§impl Serialize for ReflectImageTraits
impl Serialize for ReflectImageTraits
impl Copy 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 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