#[repr(C)]pub struct _spinAVIOption {
pub frameRate: f32,
pub reserved: [c_uint; 256],
}Expand description
Options for saving uncompressed videos. Used in saving AVI videos with a call to spinAVIRecorderOpenUncompressed().
Fields§
§frameRate: f32Frame rate of the stream
reserved: [c_uint; 256]Reserved for future use
Trait Implementations§
Source§impl Clone for _spinAVIOption
impl Clone for _spinAVIOption
Source§fn clone(&self) -> _spinAVIOption
fn clone(&self) -> _spinAVIOption
Returns a duplicate 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 moreimpl Copy for _spinAVIOption
Auto Trait Implementations§
impl Freeze for _spinAVIOption
impl RefUnwindSafe for _spinAVIOption
impl Send for _spinAVIOption
impl Sync for _spinAVIOption
impl Unpin for _spinAVIOption
impl UnwindSafe for _spinAVIOption
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