#[repr(C)]pub struct BlockdevOptionsRbd {
pub pool: *mut c_char,
pub image: *mut c_char,
pub has_conf: bool,
pub conf: *mut c_char,
pub has_snapshot: bool,
pub snapshot: *mut c_char,
pub has_user: bool,
pub user: *mut c_char,
pub has_server: bool,
pub server: *mut InetSocketAddressBaseList,
}Fields§
§pool: *mut c_char§image: *mut c_char§has_conf: bool§conf: *mut c_char§has_snapshot: bool§snapshot: *mut c_char§has_user: bool§user: *mut c_char§has_server: bool§server: *mut InetSocketAddressBaseListTrait Implementations§
Source§impl Clone for BlockdevOptionsRbd
impl Clone for BlockdevOptionsRbd
Source§fn clone(&self) -> BlockdevOptionsRbd
fn clone(&self) -> BlockdevOptionsRbd
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 BlockdevOptionsRbd
impl Debug for BlockdevOptionsRbd
impl Copy for BlockdevOptionsRbd
Auto Trait Implementations§
impl Freeze for BlockdevOptionsRbd
impl RefUnwindSafe for BlockdevOptionsRbd
impl !Send for BlockdevOptionsRbd
impl !Sync for BlockdevOptionsRbd
impl Unpin for BlockdevOptionsRbd
impl UnwindSafe for BlockdevOptionsRbd
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