Struct DEVCAPS
#[repr(C)]pub struct DEVCAPS {Show 23 fields
pub CanRecord: i32,
pub CanRecordStrobe: i32,
pub HasAudio: i32,
pub HasVideo: i32,
pub UsesFiles: i32,
pub CanSave: i32,
pub DeviceType: i32,
pub TCRead: i32,
pub TCWrite: i32,
pub CTLRead: i32,
pub IndexRead: i32,
pub Preroll: i32,
pub Postroll: i32,
pub SyncAcc: i32,
pub NormRate: i32,
pub CanPreview: i32,
pub CanMonitorSrc: i32,
pub CanTest: i32,
pub VideoIn: i32,
pub AudioIn: i32,
pub Calibrate: i32,
pub SeekType: i32,
pub SimulatedHardware: i32,
}
Fields§
§CanRecord: i32
§CanRecordStrobe: i32
§HasAudio: i32
§HasVideo: i32
§UsesFiles: i32
§CanSave: i32
§DeviceType: i32
§TCRead: i32
§TCWrite: i32
§CTLRead: i32
§IndexRead: i32
§Preroll: i32
§Postroll: i32
§SyncAcc: i32
§NormRate: i32
§CanPreview: i32
§CanMonitorSrc: i32
§CanTest: i32
§VideoIn: i32
§AudioIn: i32
§Calibrate: i32
§SeekType: i32
§SimulatedHardware: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DEVCAPS
impl RefUnwindSafe for DEVCAPS
impl Send for DEVCAPS
impl Sync for DEVCAPS
impl Unpin for DEVCAPS
impl UnwindSafe for DEVCAPS
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