pub struct Vesicle { /* private fields */ }Expand description
A wrapper around a data buffer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vesicle
impl RefUnwindSafe for Vesicle
impl Send for Vesicle
impl Sync for Vesicle
impl Unpin for Vesicle
impl UnsafeUnpin for Vesicle
impl UnwindSafe for Vesicle
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