Struct libe2fs_sys::ext2fs_progress_ops
source · #[repr(C)]pub struct ext2fs_progress_ops {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
source§impl Clone for ext2fs_progress_ops
impl Clone for ext2fs_progress_ops
source§fn clone(&self) -> ext2fs_progress_ops
fn clone(&self) -> ext2fs_progress_ops
Returns a copy 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 ext2fs_progress_ops
impl Debug for ext2fs_progress_ops
impl Copy for ext2fs_progress_ops
Auto Trait Implementations§
impl RefUnwindSafe for ext2fs_progress_ops
impl Send for ext2fs_progress_ops
impl Sync for ext2fs_progress_ops
impl Unpin for ext2fs_progress_ops
impl UnwindSafe for ext2fs_progress_ops
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