#[repr(C, packed(1))]pub struct COutput_GetCameraCount {
pub Result: CEnum,
pub CameraCount: c_uint,
}Expand description
ⓘ
@privateFields§
§Result: CEnum§CameraCount: c_uintTrait Implementations§
Source§impl Clone for COutput_GetCameraCount
impl Clone for COutput_GetCameraCount
Source§fn clone(&self) -> COutput_GetCameraCount
fn clone(&self) -> COutput_GetCameraCount
Returns a duplicate 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 COutput_GetCameraCount
impl Debug for COutput_GetCameraCount
impl Copy for COutput_GetCameraCount
Auto Trait Implementations§
impl Freeze for COutput_GetCameraCount
impl RefUnwindSafe for COutput_GetCameraCount
impl Send for COutput_GetCameraCount
impl Sync for COutput_GetCameraCount
impl Unpin for COutput_GetCameraCount
impl UnwindSafe for COutput_GetCameraCount
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