Struct windows::Media::Devices::RegionOfInterestType
#[repr(transparent)]pub struct RegionOfInterestType(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for RegionOfInterestType
impl Clone for RegionOfInterestType
§fn clone(&self) -> RegionOfInterestType
fn clone(&self) -> RegionOfInterestType
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 RegionOfInterestType
impl Debug for RegionOfInterestType
§impl Default for RegionOfInterestType
impl Default for RegionOfInterestType
§fn default() -> RegionOfInterestType
fn default() -> RegionOfInterestType
Returns the “default value” for a type. Read more
§impl PartialEq for RegionOfInterestType
impl PartialEq for RegionOfInterestType
§fn eq(&self, other: &RegionOfInterestType) -> bool
fn eq(&self, other: &RegionOfInterestType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RegionOfInterestType
impl Eq for RegionOfInterestType
impl StructuralPartialEq for RegionOfInterestType
Auto Trait Implementations§
impl Freeze for RegionOfInterestType
impl RefUnwindSafe for RegionOfInterestType
impl Send for RegionOfInterestType
impl Sync for RegionOfInterestType
impl Unpin for RegionOfInterestType
impl UnwindSafe for RegionOfInterestType
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
)