#[repr(C)]pub struct dds_psmx_endpoint_ops {
pub request_loan: dds_psmx_endpoint_request_loan_fn,
pub write: dds_psmx_endpoint_write_fn,
pub take: dds_psmx_endpoint_take_fn,
pub on_data_available: dds_psmx_endpoint_on_data_available_fn,
}
Fields§
§request_loan: dds_psmx_endpoint_request_loan_fn
§write: dds_psmx_endpoint_write_fn
§take: dds_psmx_endpoint_take_fn
§on_data_available: dds_psmx_endpoint_on_data_available_fn
Trait Implementations§
Source§impl Clone for dds_psmx_endpoint_ops
impl Clone for dds_psmx_endpoint_ops
Source§fn clone(&self) -> dds_psmx_endpoint_ops
fn clone(&self) -> dds_psmx_endpoint_ops
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for dds_psmx_endpoint_ops
impl Debug for dds_psmx_endpoint_ops
impl Copy for dds_psmx_endpoint_ops
Auto Trait Implementations§
impl Freeze for dds_psmx_endpoint_ops
impl RefUnwindSafe for dds_psmx_endpoint_ops
impl Send for dds_psmx_endpoint_ops
impl Sync for dds_psmx_endpoint_ops
impl Unpin for dds_psmx_endpoint_ops
impl UnwindSafe for dds_psmx_endpoint_ops
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