pub struct SbcFrame<'a> {
pub data: &'a [u8],
pub length: usize,
}
Fields§
§data: &'a [u8]
§length: usize
Auto Trait Implementations§
impl<'a> Freeze for SbcFrame<'a>
impl<'a> RefUnwindSafe for SbcFrame<'a>
impl<'a> Send for SbcFrame<'a>
impl<'a> Sync for SbcFrame<'a>
impl<'a> Unpin for SbcFrame<'a>
impl<'a> UnwindSafe for SbcFrame<'a>
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