[][src]Struct scoutfs_sys::scoutfs_quorum_block_scoutfs_quorum_log

#[repr(C)]pub struct scoutfs_quorum_block_scoutfs_quorum_log {
    pub term: __le64,
    pub rid: __le64,
    pub addr: scoutfs_inet_addr,
}

Fields

term: __le64rid: __le64addr: scoutfs_inet_addr

Trait Implementations

impl Clone for scoutfs_quorum_block_scoutfs_quorum_log[src]

impl Copy for scoutfs_quorum_block_scoutfs_quorum_log[src]

impl Debug for scoutfs_quorum_block_scoutfs_quorum_log[src]

impl Default for scoutfs_quorum_block_scoutfs_quorum_log[src]

impl Eq for scoutfs_quorum_block_scoutfs_quorum_log[src]

impl Hash for scoutfs_quorum_block_scoutfs_quorum_log[src]

impl Ord for scoutfs_quorum_block_scoutfs_quorum_log[src]

impl PartialEq<scoutfs_quorum_block_scoutfs_quorum_log> for scoutfs_quorum_block_scoutfs_quorum_log[src]

impl PartialOrd<scoutfs_quorum_block_scoutfs_quorum_log> for scoutfs_quorum_block_scoutfs_quorum_log[src]

impl StructuralEq for scoutfs_quorum_block_scoutfs_quorum_log[src]

impl StructuralPartialEq for scoutfs_quorum_block_scoutfs_quorum_log[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.