pub struct PamojaMeshFrame { /* private fields */ }Expand description
An opaque handle to a mesh frame.
Read it with the pamoja_mesh_frame_* calls, then release it with
pamoja_mesh_frame_free.
Auto Trait Implementations§
impl Freeze for PamojaMeshFrame
impl RefUnwindSafe for PamojaMeshFrame
impl Send for PamojaMeshFrame
impl Sync for PamojaMeshFrame
impl Unpin for PamojaMeshFrame
impl UnsafeUnpin for PamojaMeshFrame
impl UnwindSafe for PamojaMeshFrame
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