pub enum BooleanParams {
Show 26 variants
Connected = 0,
SubFrame = 1,
ReadModes = 2,
Shutter = 3,
Cooler = 4,
Fan = 5,
Filters = 6,
Guide = 7,
WindowHeating = 8,
Preflash = 9,
AsymmetricBinning = 10,
MicrometerFilterOffsets = 11,
PowerUtilization = 12,
Gain = 13,
ElectronicShutter = 14,
GPS = 15,
ContinuousExposures = 16,
Trigger = 17,
Configured = 127,
RGB = 128,
CMY = 129,
CMYG = 130,
DebayerXOdd = 131,
DebayerYOdd = 132,
Interlaced = 256,
HexVersionNumber = 1_024,
}Expand description
Standard get_boolean_parameter() parameters
Variants§
Connected = 0
SubFrame = 1
ReadModes = 2
Shutter = 3
Cooler = 4
Fan = 5
Filters = 6
Guide = 7
WindowHeating = 8
Preflash = 9
AsymmetricBinning = 10
MicrometerFilterOffsets = 11
PowerUtilization = 12
Gain = 13
ElectronicShutter = 14
GPS = 15
ContinuousExposures = 16
Trigger = 17
Configured = 127
RGB = 128
CMY = 129
CMYG = 130
DebayerXOdd = 131
DebayerYOdd = 132
Interlaced = 256
HexVersionNumber = 1_024
Trait Implementations§
Source§impl Debug for BooleanParams
impl Debug for BooleanParams
Auto Trait Implementations§
impl Freeze for BooleanParams
impl RefUnwindSafe for BooleanParams
impl Send for BooleanParams
impl Sync for BooleanParams
impl Unpin for BooleanParams
impl UnwindSafe for BooleanParams
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