#[repr(C)]pub struct BlockdevOptionsGluster {
pub volume: *mut i8,
pub path: *mut i8,
pub server: *mut SocketAddressFlatList,
pub has_debug: bool,
pub debug: i64,
pub has_logfile: bool,
pub logfile: *mut i8,
}Fields§
§volume: *mut i8§path: *mut i8§server: *mut SocketAddressFlatList§has_debug: bool§debug: i64§has_logfile: bool§logfile: *mut i8Trait Implementations§
Source§impl Clone for BlockdevOptionsGluster
impl Clone for BlockdevOptionsGluster
Source§fn clone(&self) -> BlockdevOptionsGluster
fn clone(&self) -> BlockdevOptionsGluster
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlockdevOptionsGluster
impl Debug for BlockdevOptionsGluster
impl Copy for BlockdevOptionsGluster
Auto Trait Implementations§
impl Freeze for BlockdevOptionsGluster
impl RefUnwindSafe for BlockdevOptionsGluster
impl !Send for BlockdevOptionsGluster
impl !Sync for BlockdevOptionsGluster
impl Unpin for BlockdevOptionsGluster
impl UnwindSafe for BlockdevOptionsGluster
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more