Struct panda_sys::BlockdevOptionsGluster [−][src]
#[repr(C)]pub struct BlockdevOptionsGluster { pub volume: *mut c_char, pub path: *mut c_char, pub server: *mut SocketAddressFlatList, pub has_debug: bool, pub debug: i64, pub has_logfile: bool, pub logfile: *mut c_char, }
Fields
volume: *mut c_charpath: *mut c_charserver: *mut SocketAddressFlatListhas_debug: booldebug: i64has_logfile: boollogfile: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsGlusterimpl !Send for BlockdevOptionsGlusterimpl !Sync for BlockdevOptionsGlusterimpl Unpin for BlockdevOptionsGlusterimpl UnwindSafe for BlockdevOptionsGlusterBlanket Implementations
Mutably borrows from an owned value. Read more