pub struct Ack<const D: usize> {
pub data: Vec<u8, D>,
}
Fields§
§data: Vec<u8, D>
Trait Implementations§
Auto Trait Implementations§
impl<const D: usize> Freeze for Ack<D>
impl<const D: usize> RefUnwindSafe for Ack<D>
impl<const D: usize> Send for Ack<D>
impl<const D: usize> Sync for Ack<D>
impl<const D: usize> Unpin for Ack<D>
impl<const D: usize> UnwindSafe for Ack<D>
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