pub struct VuvState { /* private fields */ }Expand description
Per-stream V/UV state carried across frames.
Implementations§
Trait Implementations§
impl Copy for VuvState
Auto Trait Implementations§
impl Freeze for VuvState
impl RefUnwindSafe for VuvState
impl Send for VuvState
impl Sync for VuvState
impl Unpin for VuvState
impl UnwindSafe for VuvState
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