#[repr(transparent)]pub struct camera_status_t(pub c_int);
Tuple Fields§
§0: c_int
Implementations§
Source§impl camera_status_t
impl camera_status_t
pub const ACAMERA_OK: camera_status_t
Source§impl camera_status_t
impl camera_status_t
pub const ACAMERA_ERROR_BASE: camera_status_t
Source§impl camera_status_t
impl camera_status_t
pub const ACAMERA_ERROR_UNKNOWN: camera_status_t
Trait Implementations§
Source§impl Clone for camera_status_t
impl Clone for camera_status_t
Source§fn clone(&self) -> camera_status_t
fn clone(&self) -> camera_status_t
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 moreSource§impl Debug for camera_status_t
impl Debug for camera_status_t
Source§impl Hash for camera_status_t
impl Hash for camera_status_t
Source§impl PartialEq for camera_status_t
impl PartialEq for camera_status_t
impl Copy for camera_status_t
impl Eq for camera_status_t
impl StructuralPartialEq for camera_status_t
Auto Trait Implementations§
impl Freeze for camera_status_t
impl RefUnwindSafe for camera_status_t
impl Send for camera_status_t
impl Sync for camera_status_t
impl Unpin for camera_status_t
impl UnwindSafe for camera_status_t
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