pub struct TVD_TOP { /* private fields */ }
Expand description
Television Decoder TOP
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TVD_TOP
impl RefUnwindSafe for TVD_TOP
impl !Sync for TVD_TOP
impl Unpin for TVD_TOP
impl UnwindSafe for TVD_TOP
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