[][src]Struct scoutfs_sys::scoutfs_alloc_list_block

#[repr(C)]pub struct scoutfs_alloc_list_block {
    pub hdr: scoutfs_block_header,
    pub next: scoutfs_alloc_list_ref,
    pub start: __le32,
    pub nr: __le32,
    pub blknos: __IncompleteArrayField<__le64>,
}

Fields

hdr: scoutfs_block_headernext: scoutfs_alloc_list_refstart: __le32nr: __le32blknos: __IncompleteArrayField<__le64>

Trait Implementations

impl Debug for scoutfs_alloc_list_block[src]

impl Default for scoutfs_alloc_list_block[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.