pub struct PixelSourceFrameReader {
pub reader_type: String,
pub link: PixelSourceFrameReaderLink,
pub media_descriptor: String,
}Expand description
TS pixelSource.frameReader.
Fields§
§reader_type: StringTS field type = ‘QTFR’
link: PixelSourceFrameReaderLink§media_descriptor: StringTrait Implementations§
Source§impl Clone for PixelSourceFrameReader
impl Clone for PixelSourceFrameReader
Source§fn clone(&self) -> PixelSourceFrameReader
fn clone(&self) -> PixelSourceFrameReader
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PixelSourceFrameReader
impl Debug for PixelSourceFrameReader
Source§impl Default for PixelSourceFrameReader
impl Default for PixelSourceFrameReader
Source§fn default() -> PixelSourceFrameReader
fn default() -> PixelSourceFrameReader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PixelSourceFrameReader
impl RefUnwindSafe for PixelSourceFrameReader
impl Send for PixelSourceFrameReader
impl Sync for PixelSourceFrameReader
impl Unpin for PixelSourceFrameReader
impl UnsafeUnpin for PixelSourceFrameReader
impl UnwindSafe for PixelSourceFrameReader
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