Struct panda_sys::BlockdevOptionsQuorum [−][src]
#[repr(C)]pub struct BlockdevOptionsQuorum { pub has_blkverify: bool, pub blkverify: bool, pub children: *mut BlockdevRefList, pub vote_threshold: i64, pub has_rewrite_corrupted: bool, pub rewrite_corrupted: bool, pub has_read_pattern: bool, pub read_pattern: QuorumReadPattern, }
Fields
has_blkverify: boolblkverify: boolchildren: *mut BlockdevRefListvote_threshold: i64has_rewrite_corrupted: boolrewrite_corrupted: boolhas_read_pattern: boolread_pattern: QuorumReadPatternTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsQuorumimpl !Send for BlockdevOptionsQuorumimpl !Sync for BlockdevOptionsQuorumimpl Unpin for BlockdevOptionsQuorumimpl UnwindSafe for BlockdevOptionsQuorumBlanket Implementations
Mutably borrows from an owned value. Read more