#[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
pub const Accepted: Self
pub const LostControl: Self
pub const PropertyNotSupported: Self
pub const PropertyReadOnly: Self
pub const ValueOutOfRange: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more