Struct windows_sys::Media::Devices::IsoSpeedPreset
[−]#[repr(transparent)]pub struct IsoSpeedPreset(pub i32);
Expand description
Required features: "Media_Devices"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl IsoSpeedPreset
impl IsoSpeedPreset
pub const Auto: Self = Self(0i32)
pub const Iso50: Self = Self(1i32)
pub const Iso80: Self = Self(2i32)
pub const Iso100: Self = Self(3i32)
pub const Iso200: Self = Self(4i32)
pub const Iso400: Self = Self(5i32)
pub const Iso800: Self = Self(6i32)
pub const Iso1600: Self = Self(7i32)
pub const Iso3200: Self = Self(8i32)
pub const Iso6400: Self = Self(9i32)
pub const Iso12800: Self = Self(10i32)
pub const Iso25600: Self = Self(11i32)
Trait Implementations
impl Clone for IsoSpeedPreset
impl Clone for IsoSpeedPreset
impl Copy for IsoSpeedPreset
Auto Trait Implementations
impl RefUnwindSafe for IsoSpeedPreset
impl Send for IsoSpeedPreset
impl Sync for IsoSpeedPreset
impl Unpin for IsoSpeedPreset
impl UnwindSafe for IsoSpeedPreset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more