pub struct ImageViewInfo {
pub view_kind: ViewKind,
pub format: Format,
pub swizzle: Swizzle,
pub range: SubresourceRange,
}Expand description
Image view info
Fields§
§view_kind: ViewKindView kind
format: FormatFormat for this view
swizzle: SwizzleSwizzle operator for this view
range: SubresourceRangeRange of full image to view
Trait Implementations§
Source§impl Clone for ImageViewInfo
impl Clone for ImageViewInfo
Source§fn clone(&self) -> ImageViewInfo
fn clone(&self) -> ImageViewInfo
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 moreAuto Trait Implementations§
impl Freeze for ImageViewInfo
impl RefUnwindSafe for ImageViewInfo
impl Send for ImageViewInfo
impl Sync for ImageViewInfo
impl Unpin for ImageViewInfo
impl UnwindSafe for ImageViewInfo
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