Struct wgpu_hal::Alignments
source · [−]pub struct Alignments {
pub buffer_copy_offset: BufferSize,
pub buffer_copy_pitch: BufferSize,
}
Fields
buffer_copy_offset: BufferSize
The alignment of the start of the buffer used as a GPU copy source.
buffer_copy_pitch: BufferSize
The alignment of the row pitch of the texture data stored in a buffer that is used in a GPU copy operation.
Trait Implementations
sourceimpl Clone for Alignments
impl Clone for Alignments
sourcefn clone(&self) -> Alignments
fn clone(&self) -> Alignments
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl RefUnwindSafe for Alignments
impl Send for Alignments
impl Sync for Alignments
impl Unpin for Alignments
impl UnwindSafe for Alignments
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more