pub struct MsrtEndpointStorage { /* private fields */ }Expand description
Caller-owned endpoint storage for heap-free C integrations.
C users should treat this as opaque storage and only pass it to
msrt_endpoint_init and msrt_endpoint_deinit.
Trait Implementations§
Source§impl Clone for MsrtEndpointStorage
impl Clone for MsrtEndpointStorage
Source§fn clone(&self) -> MsrtEndpointStorage
fn clone(&self) -> MsrtEndpointStorage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MsrtEndpointStorage
Auto Trait Implementations§
impl Freeze for MsrtEndpointStorage
impl RefUnwindSafe for MsrtEndpointStorage
impl Send for MsrtEndpointStorage
impl Sync for MsrtEndpointStorage
impl Unpin for MsrtEndpointStorage
impl UnsafeUnpin for MsrtEndpointStorage
impl UnwindSafe for MsrtEndpointStorage
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