pub struct ImageViewInfo {
pub view_kind: ViewKind,
pub format: Format,
pub swizzle: Swizzle,
pub range: SubresourceRange,
}
Expand description
Image view info
Fields§
§view_kind: ViewKind
View kind
format: Format
Format for this view
swizzle: Swizzle
Swizzle operator for this view
range: SubresourceRange
Range 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 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 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
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
)