Struct panda_sys::BlockdevOptionsSsh [−][src]
#[repr(C)]pub struct BlockdevOptionsSsh { pub server: *mut InetSocketAddress, pub path: *mut c_char, pub has_user: bool, pub user: *mut c_char, }
Fields
server: *mut InetSocketAddresspath: *mut c_charhas_user: booluser: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsSshimpl !Send for BlockdevOptionsSshimpl !Sync for BlockdevOptionsSshimpl Unpin for BlockdevOptionsSshimpl UnwindSafe for BlockdevOptionsSshBlanket Implementations
Mutably borrows from an owned value. Read more