#[repr(C)]pub struct WritebackContext { /* private fields */ }Trait Implementations§
Source§impl Clone for WritebackContext
impl Clone for WritebackContext
Source§fn clone(&self) -> WritebackContext
fn clone(&self) -> WritebackContext
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WritebackContext
impl Debug for WritebackContext
impl Copy for WritebackContext
Auto Trait Implementations§
impl Freeze for WritebackContext
impl RefUnwindSafe for WritebackContext
impl Send for WritebackContext
impl Sync for WritebackContext
impl Unpin for WritebackContext
impl UnwindSafe for WritebackContext
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