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