Struct windows_sys::Media::Devices::RegionOfInterestType
[−]#[repr(transparent)]pub struct RegionOfInterestType(pub i32);
Expand description
Required features: "Media_Devices"
Tuple Fields
0: i32
Implementations
impl RegionOfInterestType
impl RegionOfInterestType
Trait Implementations
impl Clone for RegionOfInterestType
impl Clone for RegionOfInterestType
impl Copy for RegionOfInterestType
Auto Trait Implementations
impl RefUnwindSafe for RegionOfInterestType
impl Send for RegionOfInterestType
impl Sync for RegionOfInterestType
impl Unpin for RegionOfInterestType
impl UnwindSafe for RegionOfInterestType
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