#[repr(transparent)]pub struct PerceptionFrameSourcePropertyChangeStatus(pub i32);
Expand description
Required features: "Devices_Perception"
, "deprecated"
Tuple Fields
0: i32
Implementations
impl PerceptionFrameSourcePropertyChangeStatus
impl PerceptionFrameSourcePropertyChangeStatus
pub const Unknown: Self = Self(0i32)
pub const Accepted: Self = Self(1i32)
pub const LostControl: Self = Self(2i32)
pub const PropertyNotSupported: Self = Self(3i32)
pub const PropertyReadOnly: Self = Self(4i32)
pub const ValueOutOfRange: Self = Self(5i32)
Trait Implementations
impl Copy for PerceptionFrameSourcePropertyChangeStatus
Auto Trait Implementations
impl RefUnwindSafe for PerceptionFrameSourcePropertyChangeStatus
impl Send for PerceptionFrameSourcePropertyChangeStatus
impl Sync for PerceptionFrameSourcePropertyChangeStatus
impl Unpin for PerceptionFrameSourcePropertyChangeStatus
impl UnwindSafe for PerceptionFrameSourcePropertyChangeStatus
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