Struct KSPROPERTY_CAMERACONTROL_S_EX
#[repr(C)]pub struct KSPROPERTY_CAMERACONTROL_S_EX {
pub Property: KSIDENTIFIER,
pub Value: i32,
pub Flags: u32,
pub Capabilities: u32,
pub FocusRect: RECT,
}
Fields§
§Property: KSIDENTIFIER
§Value: i32
§Flags: u32
§Capabilities: u32
§FocusRect: RECT
Trait Implementations§
§impl Clone for KSPROPERTY_CAMERACONTROL_S_EX
impl Clone for KSPROPERTY_CAMERACONTROL_S_EX
§fn clone(&self) -> KSPROPERTY_CAMERACONTROL_S_EX
fn clone(&self) -> KSPROPERTY_CAMERACONTROL_S_EX
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 Default for KSPROPERTY_CAMERACONTROL_S_EX
impl Default for KSPROPERTY_CAMERACONTROL_S_EX
impl Copy for KSPROPERTY_CAMERACONTROL_S_EX
Auto Trait Implementations§
impl Freeze for KSPROPERTY_CAMERACONTROL_S_EX
impl RefUnwindSafe for KSPROPERTY_CAMERACONTROL_S_EX
impl Send for KSPROPERTY_CAMERACONTROL_S_EX
impl Sync for KSPROPERTY_CAMERACONTROL_S_EX
impl Unpin for KSPROPERTY_CAMERACONTROL_S_EX
impl UnwindSafe for KSPROPERTY_CAMERACONTROL_S_EX
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