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