pub struct Frame<T: Payload> {
pub inner: T::FrameBuf,
/* private fields */
}Expand description
A stack-allocated serialized packet buffer optimized for no_std environments.
Fields§
§inner: T::FrameBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Frame<T>
impl<T> RefUnwindSafe for Frame<T>
impl<T> Send for Frame<T>
impl<T> Sync for Frame<T>
impl<T> Unpin for Frame<T>
impl<T> UnsafeUnpin for Frame<T>
impl<T> UnwindSafe for Frame<T>
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