Struct btrfs_send_parse::Timespec[][src]

pub struct Timespec {
    pub sec: u64,
    pub nsec: u32,
}

Fields

Trait Implementations

impl Clone for Timespec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Timespec
[src]

Formats the value using the given formatter. Read more

impl Copy for Timespec
[src]

impl Default for Timespec
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Timespec

impl Sync for Timespec