pub struct MsrtEndpoint { /* private fields */ }Expand description
Opaque MSRT endpoint handle.
Auto Trait Implementations§
impl Freeze for MsrtEndpoint
impl RefUnwindSafe for MsrtEndpoint
impl Send for MsrtEndpoint
impl Sync for MsrtEndpoint
impl Unpin for MsrtEndpoint
impl UnsafeUnpin for MsrtEndpoint
impl UnwindSafe for MsrtEndpoint
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