Struct makepad_widgets::shader::std::os::linux::linux_decoding::CxLinuxDecoding
pub struct CxLinuxDecoding {
pub video_decoding_input_cb: HashMap<LiveId, Arc<Mutex<Option<Box<dyn FnMut(Vec<u8, Global>) + Send, Global>>>, Global>, RandomState>,
}
Fields§
§video_decoding_input_cb: HashMap<LiveId, Arc<Mutex<Option<Box<dyn FnMut(Vec<u8, Global>) + Send, Global>>>, Global>, RandomState>
Trait Implementations§
§impl Default for CxLinuxDecoding
impl Default for CxLinuxDecoding
§fn default() -> CxLinuxDecoding
fn default() -> CxLinuxDecoding
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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