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