pub struct Qcow2IoSync { /* private fields */ }Implementations§
Source§impl Qcow2IoSync
impl Qcow2IoSync
Trait Implementations§
Source§impl Debug for Qcow2IoSync
impl Debug for Qcow2IoSync
Source§impl Qcow2IoOps for Qcow2IoSync
impl Qcow2IoOps for Qcow2IoSync
async fn read_to(&self, offset: u64, buf: &mut [u8]) -> Qcow2Result<usize>
async fn write_from(&self, offset: u64, buf: &[u8]) -> Qcow2Result<()>
async fn fallocate( &self, offset: u64, len: usize, flags: u32, ) -> Qcow2Result<()>
async fn fsync(&self, _offset: u64, _len: usize, _flags: u32) -> Qcow2Result<()>
Auto Trait Implementations§
impl !Freeze for Qcow2IoSync
impl !RefUnwindSafe for Qcow2IoSync
impl Send for Qcow2IoSync
impl !Sync for Qcow2IoSync
impl Unpin for Qcow2IoSync
impl UnwindSafe for Qcow2IoSync
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