#[repr(C)]pub struct BufferCopy {
pub src_offset: DeviceSize,
pub dst_offset: DeviceSize,
pub size: DeviceSize,
}Fields§
§src_offset: DeviceSize§dst_offset: DeviceSize§size: DeviceSizeTrait Implementations§
Source§impl Clone for BufferCopy
impl Clone for BufferCopy
Source§fn clone(&self) -> BufferCopy
fn clone(&self) -> BufferCopy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BufferCopy
Source§impl Debug for BufferCopy
impl Debug for BufferCopy
Source§impl Default for BufferCopy
impl Default for BufferCopy
Source§fn default() -> BufferCopy
fn default() -> BufferCopy
Returns the “default value” for a type. Read more
impl Eq for BufferCopy
Source§impl Hash for BufferCopy
impl Hash for BufferCopy
Source§impl PartialEq for BufferCopy
impl PartialEq for BufferCopy
Source§fn eq(&self, other: &BufferCopy) -> bool
fn eq(&self, other: &BufferCopy) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BufferCopy
Auto Trait Implementations§
impl Freeze for BufferCopy
impl RefUnwindSafe for BufferCopy
impl Send for BufferCopy
impl Sync for BufferCopy
impl Unpin for BufferCopy
impl UnsafeUnpin for BufferCopy
impl UnwindSafe for BufferCopy
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