#[repr(C)]pub struct BlockdevOptionsSsh {
pub server: *mut InetSocketAddress,
pub path: *mut i8,
pub has_user: bool,
pub user: *mut i8,
}Fields§
§server: *mut InetSocketAddress§path: *mut i8§has_user: bool§user: *mut i8Trait Implementations§
Source§impl Clone for BlockdevOptionsSsh
impl Clone for BlockdevOptionsSsh
Source§fn clone(&self) -> BlockdevOptionsSsh
fn clone(&self) -> BlockdevOptionsSsh
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 BlockdevOptionsSsh
impl Debug for BlockdevOptionsSsh
impl Copy for BlockdevOptionsSsh
Auto Trait Implementations§
impl Freeze for BlockdevOptionsSsh
impl RefUnwindSafe for BlockdevOptionsSsh
impl !Send for BlockdevOptionsSsh
impl !Sync for BlockdevOptionsSsh
impl Unpin for BlockdevOptionsSsh
impl UnwindSafe for BlockdevOptionsSsh
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