#[repr(C)]pub struct BlockdevOptionsRbd {
pub pool: *mut i8,
pub image: *mut i8,
pub has_conf: bool,
pub conf: *mut i8,
pub has_snapshot: bool,
pub snapshot: *mut i8,
pub has_user: bool,
pub user: *mut i8,
pub has_server: bool,
pub server: *mut InetSocketAddressBaseList,
}Fields§
§pool: *mut i8§image: *mut i8§has_conf: bool§conf: *mut i8§has_snapshot: bool§snapshot: *mut i8§has_user: bool§user: *mut i8§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