pub struct ExternalBufferRef {
pub buffer_id: BufferId,
pub offset: usize,
pub len: usize,
}Fields§
§buffer_id: BufferId§offset: usize§len: usizeTrait Implementations§
Source§impl Clone for ExternalBufferRef
impl Clone for ExternalBufferRef
Source§fn clone(&self) -> ExternalBufferRef
fn clone(&self) -> ExternalBufferRef
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 moreSource§impl Debug for ExternalBufferRef
impl Debug for ExternalBufferRef
Source§impl PartialEq for ExternalBufferRef
impl PartialEq for ExternalBufferRef
impl Eq for ExternalBufferRef
impl StructuralPartialEq for ExternalBufferRef
Auto Trait Implementations§
impl Freeze for ExternalBufferRef
impl RefUnwindSafe for ExternalBufferRef
impl Send for ExternalBufferRef
impl Sync for ExternalBufferRef
impl Unpin for ExternalBufferRef
impl UnsafeUnpin for ExternalBufferRef
impl UnwindSafe for ExternalBufferRef
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