pub struct RegisteredBufferSlice<'b> { /* private fields */ }Expand description
Référence à une tranche d’un buffer enregistré, liée par lifetime à la
RegisteredBuffers — read_fixed sur une tranche périmée ne compile pas.
Implementations§
Trait Implementations§
Source§impl<'b> Clone for RegisteredBufferSlice<'b>
impl<'b> Clone for RegisteredBufferSlice<'b>
Source§fn clone(&self) -> RegisteredBufferSlice<'b>
fn clone(&self) -> RegisteredBufferSlice<'b>
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<'b> Debug for RegisteredBufferSlice<'b>
impl<'b> Debug for RegisteredBufferSlice<'b>
impl<'b> Copy for RegisteredBufferSlice<'b>
Auto Trait Implementations§
impl<'b> Freeze for RegisteredBufferSlice<'b>
impl<'b> RefUnwindSafe for RegisteredBufferSlice<'b>
impl<'b> Send for RegisteredBufferSlice<'b>
impl<'b> Sync for RegisteredBufferSlice<'b>
impl<'b> Unpin for RegisteredBufferSlice<'b>
impl<'b> UnsafeUnpin for RegisteredBufferSlice<'b>
impl<'b> UnwindSafe for RegisteredBufferSlice<'b>
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