Struct btrfs::diskformat::BtrfsExtentItem [] [src]

pub struct BtrfsExtentItem<'a> { /* fields omitted */ }

Methods

impl<'a> BtrfsExtentItem<'a>
[src]

Trait Implementations

impl<'a> Copy for BtrfsExtentItem<'a>
[src]

impl<'a> Clone for BtrfsExtentItem<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for BtrfsExtentItem<'a>
[src]

Formats the value using the given formatter.

impl<'a> Eq for BtrfsExtentItem<'a>
[src]

impl<'a> Hash for BtrfsExtentItem<'a>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> PartialEq for BtrfsExtentItem<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.