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