Struct MFExtendedCameraIntrinsic_IntrinsicModel
#[repr(C)]pub struct MFExtendedCameraIntrinsic_IntrinsicModel {
pub Width: u32,
pub Height: u32,
pub SplitFrameId: u32,
pub CameraModel: MFCameraIntrinsic_CameraModel,
}Fields§
§Width: u32§Height: u32§SplitFrameId: u32§CameraModel: MFCameraIntrinsic_CameraModelTrait Implementations§
§impl Clone for MFExtendedCameraIntrinsic_IntrinsicModel
impl Clone for MFExtendedCameraIntrinsic_IntrinsicModel
§fn clone(&self) -> MFExtendedCameraIntrinsic_IntrinsicModel
fn clone(&self) -> MFExtendedCameraIntrinsic_IntrinsicModel
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 more§impl PartialEq for MFExtendedCameraIntrinsic_IntrinsicModel
impl PartialEq for MFExtendedCameraIntrinsic_IntrinsicModel
§fn eq(&self, other: &MFExtendedCameraIntrinsic_IntrinsicModel) -> bool
fn eq(&self, other: &MFExtendedCameraIntrinsic_IntrinsicModel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for MFExtendedCameraIntrinsic_IntrinsicModel
impl StructuralPartialEq for MFExtendedCameraIntrinsic_IntrinsicModel
Auto Trait Implementations§
impl Freeze for MFExtendedCameraIntrinsic_IntrinsicModel
impl RefUnwindSafe for MFExtendedCameraIntrinsic_IntrinsicModel
impl Send for MFExtendedCameraIntrinsic_IntrinsicModel
impl Sync for MFExtendedCameraIntrinsic_IntrinsicModel
impl Unpin for MFExtendedCameraIntrinsic_IntrinsicModel
impl UnwindSafe for MFExtendedCameraIntrinsic_IntrinsicModel
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