#[repr(C)]pub struct FFOptionsGeneral {
pub multithreading: bool,
pub processingTimeout: i32,
pub detectVersion: bool,
pub playerName: FFstrbuf,
pub dsForceDrm: FFDsForceDrmType,
}Fields§
§multithreading: bool§processingTimeout: i32§detectVersion: bool§playerName: FFstrbuf§dsForceDrm: FFDsForceDrmTypeTrait Implementations§
Source§impl Clone for FFOptionsGeneral
impl Clone for FFOptionsGeneral
Source§fn clone(&self) -> FFOptionsGeneral
fn clone(&self) -> FFOptionsGeneral
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FFOptionsGeneral
Auto Trait Implementations§
impl !Send for FFOptionsGeneral
impl !Sync for FFOptionsGeneral
impl Freeze for FFOptionsGeneral
impl RefUnwindSafe for FFOptionsGeneral
impl Unpin for FFOptionsGeneral
impl UnsafeUnpin for FFOptionsGeneral
impl UnwindSafe for FFOptionsGeneral
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