[−][src]Struct gfx_hal::image::SubresourceFootprint
Footprint of a subresource in memory.
Fields
slice: Range<RawOffset>
Byte slice occupied by the subresource.
row_pitch: RawOffset
Byte distance between rows.
array_pitch: RawOffset
Byte distance between array layers.
depth_pitch: RawOffset
Byte distance between depth slices.
Trait Implementations
impl Clone for SubresourceFootprint
[src][+]
impl Debug for SubresourceFootprint
[src][+]
impl Eq for SubresourceFootprint
[src]
impl Hash for SubresourceFootprint
[src][+]
impl PartialEq<SubresourceFootprint> for SubresourceFootprint
[src][+]
impl StructuralEq for SubresourceFootprint
[src]
impl StructuralPartialEq for SubresourceFootprint
[src]
Auto Trait Implementations
impl RefUnwindSafe for SubresourceFootprint
impl Send for SubresourceFootprint
impl Sync for SubresourceFootprint
impl Unpin for SubresourceFootprint
impl UnwindSafe for SubresourceFootprint
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,