Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_dir_log_item
source · #[repr(C, packed(1))]pub struct btrfs_dir_log_item {
pub end: __le64,
}Fields§
§end: __le64Trait Implementations§
source§impl Clone for btrfs_dir_log_item
impl Clone for btrfs_dir_log_item
source§fn clone(&self) -> btrfs_dir_log_item
fn clone(&self) -> btrfs_dir_log_item
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 btrfs_dir_log_item
impl Debug for btrfs_dir_log_item
impl Copy for btrfs_dir_log_item
Auto Trait Implementations§
impl Freeze for btrfs_dir_log_item
impl RefUnwindSafe for btrfs_dir_log_item
impl Send for btrfs_dir_log_item
impl Sync for btrfs_dir_log_item
impl Unpin for btrfs_dir_log_item
impl UnwindSafe for btrfs_dir_log_item
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