[][src]Struct scoutfs_sys::scoutfs_quorum_block

#[repr(C)]pub struct scoutfs_quorum_block {
    pub fsid: __le64,
    pub blkno: __le64,
    pub term: __le64,
    pub write_nr: __le64,
    pub voter_rid: __le64,
    pub vote_for_rid: __le64,
    pub crc: __le32,
    pub log_nr: __u8,
    pub __pad: [__u8; 3],
    pub log: __IncompleteArrayField<scoutfs_quorum_block_scoutfs_quorum_log>,
}

Fields

fsid: __le64blkno: __le64term: __le64write_nr: __le64voter_rid: __le64vote_for_rid: __le64crc: __le32log_nr: __u8__pad: [__u8; 3]log: __IncompleteArrayField<scoutfs_quorum_block_scoutfs_quorum_log>

Trait Implementations

impl Debug for scoutfs_quorum_block[src]

impl Default for scoutfs_quorum_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.