pub struct RemoteFd {
pub remote_pid: u32,
pub remote_fd: i32,
}
Fields§
§remote_pid: u32
§remote_fd: i32
Trait Implementations§
§impl SerJson for RemoteFd
impl SerJson for RemoteFd
fn ser_json(&self, d: usize, s: &mut SerJsonState)
fn serialize_json(&self) -> String
impl Copy for RemoteFd
impl StructuralPartialEq for RemoteFd
Auto Trait Implementations§
impl RefUnwindSafe for RemoteFd
impl Send for RemoteFd
impl Sync for RemoteFd
impl Unpin for RemoteFd
impl UnwindSafe for RemoteFd
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