Struct libe2fs_sys::blk_alloc_ctx
source · #[repr(C)]pub struct blk_alloc_ctx {
pub ino: ext2_ino_t,
pub inode: *mut ext2_inode,
pub lblk: blk64_t,
pub flags: c_int,
}Fields§
§ino: ext2_ino_t§inode: *mut ext2_inode§lblk: blk64_t§flags: c_intTrait Implementations§
source§impl Clone for blk_alloc_ctx
impl Clone for blk_alloc_ctx
source§fn clone(&self) -> blk_alloc_ctx
fn clone(&self) -> blk_alloc_ctx
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 blk_alloc_ctx
impl Debug for blk_alloc_ctx
impl Copy for blk_alloc_ctx
Auto Trait Implementations§
impl RefUnwindSafe for blk_alloc_ctx
impl !Send for blk_alloc_ctx
impl !Sync for blk_alloc_ctx
impl Unpin for blk_alloc_ctx
impl UnwindSafe for blk_alloc_ctx
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