#[repr(C)]pub struct _fc2MJPGOption {
pub frameRate: f32,
pub quality: c_uint,
pub reserved: [c_uint; 256],
}Fields§
§frameRate: f32§quality: c_uint§reserved: [c_uint; 256]Trait Implementations§
Source§impl Clone for _fc2MJPGOption
impl Clone for _fc2MJPGOption
Source§impl Default for _fc2MJPGOption
impl Default for _fc2MJPGOption
impl Copy for _fc2MJPGOption
Auto Trait Implementations§
impl Freeze for _fc2MJPGOption
impl RefUnwindSafe for _fc2MJPGOption
impl Send for _fc2MJPGOption
impl Sync for _fc2MJPGOption
impl Unpin for _fc2MJPGOption
impl UnwindSafe for _fc2MJPGOption
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