#[repr(C, packed(1))]pub struct btrfs_dir_log_item {
pub end: c_ulonglong,
}
Fields§
§end: c_ulonglong
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