#[repr(C)]pub struct WritebackContext {
pub max_pending: *mut c_int,
pub nr_pending: c_int,
pub pending_writebacks: [PendingWriteback; 256],
}Fields§
§max_pending: *mut c_int§nr_pending: c_int§pending_writebacks: [PendingWriteback; 256]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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WritebackContext
impl Debug for WritebackContext
Source§impl Default for WritebackContext
impl Default 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