#[repr(C, packed(1))]pub struct btrfs_timespec {
pub sec: c_ulonglong,
pub nsec: c_uint,
}
Fields§
§sec: c_ulonglong
§nsec: c_uint
Auto Trait Implementations§
impl Freeze for btrfs_timespec
impl RefUnwindSafe for btrfs_timespec
impl Send for btrfs_timespec
impl Sync for btrfs_timespec
impl Unpin for btrfs_timespec
impl UnwindSafe for btrfs_timespec
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