Struct squashfs::xattrs::XAttrIndex[][src]

pub struct XAttrIndex {
    pub location: u64,
    pub count: u32,
    pub size: u32,
}

Fields

location: u64

Location of the 1th kv pair.

count: u32

Number of kv pairs.

size: u32

Total size of the uncompressed kv pairs in bytes

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.