pub struct PacBuffer { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for PacBuffer
impl StructuralPartialEq for PacBuffer
Auto Trait Implementations§
impl Freeze for PacBuffer
impl RefUnwindSafe for PacBuffer
impl Send for PacBuffer
impl Sync for PacBuffer
impl Unpin for PacBuffer
impl UnwindSafe for PacBuffer
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