Struct below_btrfs::btrfs_api::open_source::btrfs_sys::btrfs_timespec
source · [−]Fields
sec: __le64
nsec: __le32
Trait Implementations
sourceimpl Clone for btrfs_timespec
impl Clone for btrfs_timespec
sourcefn clone(&self) -> btrfs_timespec
fn clone(&self) -> btrfs_timespec
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for btrfs_timespec
impl Debug for btrfs_timespec
impl Copy for btrfs_timespec
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more