pub enum ChannelAcquisitionModeType {
Show 23 variants
WideField,
LaserScanningConfocalMicroscopy,
SpinningDiskConfocal,
SlitScanConfocal,
MultiPhotonMicroscopy,
StructuredIllumination,
SingleMoleculeImaging,
TotalInternalReflection,
FluorescenceLifetime,
SpectralImaging,
FluorescenceCorrelationSpectroscopy,
NearFieldScanningOpticalMicroscopy,
SecondHarmonicGenerationImaging,
Palm,
Storm,
Sted,
Tirf,
Fsm,
Lcm,
Other,
BrightField,
SweptFieldConfocal,
Spim,
}Variants§
WideField
LaserScanningConfocalMicroscopy
SpinningDiskConfocal
SlitScanConfocal
MultiPhotonMicroscopy
StructuredIllumination
SingleMoleculeImaging
TotalInternalReflection
FluorescenceLifetime
SpectralImaging
FluorescenceCorrelationSpectroscopy
NearFieldScanningOpticalMicroscopy
SecondHarmonicGenerationImaging
Palm
Storm
Sted
Tirf
Fsm
Lcm
Other
BrightField
SweptFieldConfocal
Spim
Trait Implementations§
Source§impl Clone for ChannelAcquisitionModeType
impl Clone for ChannelAcquisitionModeType
Source§fn clone(&self) -> ChannelAcquisitionModeType
fn clone(&self) -> ChannelAcquisitionModeType
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 moreSource§impl Debug for ChannelAcquisitionModeType
impl Debug for ChannelAcquisitionModeType
Source§impl<'de> Deserialize<'de> for ChannelAcquisitionModeType
impl<'de> Deserialize<'de> for ChannelAcquisitionModeType
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 ChannelAcquisitionModeType
impl RefUnwindSafe for ChannelAcquisitionModeType
impl Send for ChannelAcquisitionModeType
impl Sync for ChannelAcquisitionModeType
impl Unpin for ChannelAcquisitionModeType
impl UnwindSafe for ChannelAcquisitionModeType
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