pub struct CxLinuxDecoding {
pub video_decoding_input_cb: HashMap<LiveId, Arc<Mutex<Option<Box<dyn FnMut(Vec<u8>) + Send>>>>>,
}Fields§
§video_decoding_input_cb: HashMap<LiveId, Arc<Mutex<Option<Box<dyn FnMut(Vec<u8>) + Send>>>>>Trait Implementations§
Source§impl Default for CxLinuxDecoding
impl Default for CxLinuxDecoding
Source§fn default() -> CxLinuxDecoding
fn default() -> CxLinuxDecoding
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CxLinuxDecoding
impl RefUnwindSafe for CxLinuxDecoding
impl Send for CxLinuxDecoding
impl Sync for CxLinuxDecoding
impl Unpin for CxLinuxDecoding
impl UnwindSafe for CxLinuxDecoding
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