pub struct ExternalLoadedCapture {
pub label: String,
pub inputs: OwnedHostTemporalInputs,
pub metadata: ExternalCaptureMetadata,
pub mask: Option<Vec<bool>>,
pub reference: Option<ImageFrame>,
pub variance: Option<ScalarField>,
}Fields§
§label: String§inputs: OwnedHostTemporalInputs§metadata: ExternalCaptureMetadata§mask: Option<Vec<bool>>§reference: Option<ImageFrame>§variance: Option<ScalarField>Trait Implementations§
Source§impl Clone for ExternalLoadedCapture
impl Clone for ExternalLoadedCapture
Source§fn clone(&self) -> ExternalLoadedCapture
fn clone(&self) -> ExternalLoadedCapture
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExternalLoadedCapture
impl RefUnwindSafe for ExternalLoadedCapture
impl Send for ExternalLoadedCapture
impl Sync for ExternalLoadedCapture
impl Unpin for ExternalLoadedCapture
impl UnsafeUnpin for ExternalLoadedCapture
impl UnwindSafe for ExternalLoadedCapture
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