pub struct LightPath {
pub excitation_filter_ref: Vec<AnnotationRef>,
pub dichroic_ref: Option<AnnotationRef>,
pub emission_filter_ref: Vec<AnnotationRef>,
pub annotation_ref: Vec<AnnotationRef>,
}Fields§
§excitation_filter_ref: Vec<AnnotationRef>§dichroic_ref: Option<AnnotationRef>§emission_filter_ref: Vec<AnnotationRef>§annotation_ref: Vec<AnnotationRef>Trait Implementations§
Source§impl<'de> Deserialize<'de> for LightPath
impl<'de> Deserialize<'de> for LightPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LightPath
impl RefUnwindSafe for LightPath
impl Send for LightPath
impl Sync for LightPath
impl Unpin for LightPath
impl UnwindSafe for LightPath
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