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