Struct ipc_channel::platform::OsIpcSender
[−]
[src]
pub struct OsIpcSender { /* fields omitted */ }
Methods
impl OsIpcSender[src]
pub fn connect(name: String) -> Result<OsIpcSender, MachError>[src]
pub fn get_max_fragment_size() -> usize[src]
pub fn send(
&self,
data: &[u8],
ports: Vec<OsIpcChannel>,
shared_memory_regions: Vec<OsIpcSharedMemory>
) -> Result<(), MachError>[src]
&self,
data: &[u8],
ports: Vec<OsIpcChannel>,
shared_memory_regions: Vec<OsIpcSharedMemory>
) -> Result<(), MachError>
Trait Implementations
impl PartialEq for OsIpcSender[src]
fn eq(&self, __arg_0: &OsIpcSender) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &OsIpcSender) -> bool[src]
This method tests for !=.
impl Debug for OsIpcSender[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Drop for OsIpcSender[src]
impl Clone for OsIpcSender[src]
fn clone(&self) -> OsIpcSender[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more