#[repr(C)]pub struct NFSServer {
pub type_: NFSTransport,
pub host: *mut c_char,
}Fields§
§type_: NFSTransport§host: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for NFSServer
impl RefUnwindSafe for NFSServer
impl !Send for NFSServer
impl !Sync for NFSServer
impl Unpin for NFSServer
impl UnwindSafe for NFSServer
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