#[repr(C)]pub struct PendingWriteback {
pub tag: BufferTag,
}Fields§
§tag: BufferTagTrait Implementations§
Source§impl Clone for PendingWriteback
impl Clone for PendingWriteback
Source§fn clone(&self) -> PendingWriteback
fn clone(&self) -> PendingWriteback
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 PendingWriteback
impl Debug for PendingWriteback
Source§impl Default for PendingWriteback
impl Default for PendingWriteback
impl Copy for PendingWriteback
Auto Trait Implementations§
impl Freeze for PendingWriteback
impl RefUnwindSafe for PendingWriteback
impl Send for PendingWriteback
impl Sync for PendingWriteback
impl Unpin for PendingWriteback
impl UnwindSafe for PendingWriteback
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