pub struct DPTZ {
pub video_stream_id: Option<u8>,
}Fields§
§video_stream_id: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DPTZ
impl RefUnwindSafe for DPTZ
impl Send for DPTZ
impl Sync for DPTZ
impl Unpin for DPTZ
impl UnwindSafe for DPTZ
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