Struct windows::Media::Devices::IsoSpeedPreset
#[repr(transparent)]pub struct IsoSpeedPreset(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl IsoSpeedPreset
impl IsoSpeedPreset
pub const Auto: Self = _
pub const Iso50: Self = _
pub const Iso80: Self = _
pub const Iso100: Self = _
pub const Iso200: Self = _
pub const Iso400: Self = _
pub const Iso800: Self = _
pub const Iso1600: Self = _
pub const Iso3200: Self = _
pub const Iso6400: Self = _
pub const Iso12800: Self = _
pub const Iso25600: Self = _
Trait Implementations§
§impl Clone for IsoSpeedPreset
impl Clone for IsoSpeedPreset
§fn clone(&self) -> IsoSpeedPreset
fn clone(&self) -> IsoSpeedPreset
Returns a copy 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 more§impl Debug for IsoSpeedPreset
impl Debug for IsoSpeedPreset
§impl Default for IsoSpeedPreset
impl Default for IsoSpeedPreset
§fn default() -> IsoSpeedPreset
fn default() -> IsoSpeedPreset
Returns the “default value” for a type. Read more
§impl PartialEq for IsoSpeedPreset
impl PartialEq for IsoSpeedPreset
§fn eq(&self, other: &IsoSpeedPreset) -> bool
fn eq(&self, other: &IsoSpeedPreset) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IsoSpeedPreset
impl Eq for IsoSpeedPreset
impl StructuralPartialEq for IsoSpeedPreset
Auto Trait Implementations§
impl Freeze for IsoSpeedPreset
impl RefUnwindSafe for IsoSpeedPreset
impl Send for IsoSpeedPreset
impl Sync for IsoSpeedPreset
impl Unpin for IsoSpeedPreset
impl UnwindSafe for IsoSpeedPreset
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)