pub struct ShprotoPacket<const N: usize = 256> {
pub data: Vec<u8, N>,
/* private fields */
}
Fields§
§data: Vec<u8, N>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for ShprotoPacket<N>
impl<const N: usize> RefUnwindSafe for ShprotoPacket<N>
impl<const N: usize> Send for ShprotoPacket<N>
impl<const N: usize> Sync for ShprotoPacket<N>
impl<const N: usize> Unpin for ShprotoPacket<N>
impl<const N: usize> UnwindSafe for ShprotoPacket<N>
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