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