#[repr(C)]pub struct BufferCopyView {
pub buffer: BufferId,
pub layout: TextureDataLayout,
}Fields§
§buffer: BufferId§layout: TextureDataLayoutTrait Implementations§
Source§impl Clone for BufferCopyView
impl Clone for BufferCopyView
Source§fn clone(&self) -> BufferCopyView
fn clone(&self) -> BufferCopyView
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 BufferCopyView
impl !RefUnwindSafe for BufferCopyView
impl Send for BufferCopyView
impl Sync for BufferCopyView
impl Unpin for BufferCopyView
impl !UnwindSafe for BufferCopyView
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