#[repr(C)]pub struct ext4_bcache_ext4_buf_lba {
pub rbh_root: *mut ext4_buf,
}Expand description
@brief A tree holding all bufs
Fields§
§rbh_root: *mut ext4_bufTrait Implementations§
Source§impl Clone for ext4_bcache_ext4_buf_lba
impl Clone for ext4_bcache_ext4_buf_lba
Source§fn clone(&self) -> ext4_bcache_ext4_buf_lba
fn clone(&self) -> ext4_bcache_ext4_buf_lba
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 ext4_bcache_ext4_buf_lba
impl Debug for ext4_bcache_ext4_buf_lba
impl Copy for ext4_bcache_ext4_buf_lba
Auto Trait Implementations§
impl Freeze for ext4_bcache_ext4_buf_lba
impl RefUnwindSafe for ext4_bcache_ext4_buf_lba
impl !Send for ext4_bcache_ext4_buf_lba
impl !Sync for ext4_bcache_ext4_buf_lba
impl Unpin for ext4_bcache_ext4_buf_lba
impl UnwindSafe for ext4_bcache_ext4_buf_lba
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