pub(crate) struct Strat9RxToken {
pub(crate) buf: [u8; 1514],
pub(crate) len: usize,
}Fields§
§buf: [u8; 1514]§len: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Strat9RxToken
impl RefUnwindSafe for Strat9RxToken
impl Send for Strat9RxToken
impl Sync for Strat9RxToken
impl Unpin for Strat9RxToken
impl UnsafeUnpin for Strat9RxToken
impl UnwindSafe for Strat9RxToken
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