#[repr(C)]pub struct ipc_port;
Trait Implementations§
source§impl Ord for ipc_port
impl Ord for ipc_port
source§impl PartialEq<ipc_port> for ipc_port
impl PartialEq<ipc_port> for ipc_port
source§impl PartialOrd<ipc_port> for ipc_port
impl PartialOrd<ipc_port> for ipc_port
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ipc_port
impl Eq for ipc_port
impl StructuralEq for ipc_port
impl StructuralPartialEq for ipc_port
Auto Trait Implementations§
impl RefUnwindSafe for ipc_port
impl Send for ipc_port
impl Sync for ipc_port
impl Unpin for ipc_port
impl UnwindSafe for ipc_port
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