pub struct MeshFrameLink { /* private fields */ }Expand description
The device handle’s half: a FrameLink whose wire is an
administrative exchange.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MeshFrameLink
impl RefUnwindSafe for MeshFrameLink
impl Send for MeshFrameLink
impl Sync for MeshFrameLink
impl Unpin for MeshFrameLink
impl UnwindSafe for MeshFrameLink
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more