Struct panda_sys::NFSServer [−][src]
#[repr(C)]pub struct NFSServer { pub type_: NFSTransport, pub host: *mut c_char, }
Fields
type_: NFSTransporthost: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NFSServerimpl UnwindSafe for NFSServerBlanket Implementations
Mutably borrows from an owned value. Read more