#[repr(C)]pub struct MFCameraIntrinsic_DistortionModelArcTan {
pub Radial_k0: f32,
pub DistortionCenter_x: f32,
pub DistortionCenter_y: f32,
pub Tangential_x: f32,
pub Tangential_y: f32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
Radial_k0: f32
DistortionCenter_x: f32
DistortionCenter_y: f32
Tangential_x: f32
Tangential_y: f32
Trait Implementations
impl Copy for MFCameraIntrinsic_DistortionModelArcTan
Auto Trait Implementations
impl RefUnwindSafe for MFCameraIntrinsic_DistortionModelArcTan
impl Send for MFCameraIntrinsic_DistortionModelArcTan
impl Sync for MFCameraIntrinsic_DistortionModelArcTan
impl Unpin for MFCameraIntrinsic_DistortionModelArcTan
impl UnwindSafe for MFCameraIntrinsic_DistortionModelArcTan
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more