#[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: FFDsForceDrmType
Trait Implementations§
Source§impl Clone for FFOptionsGeneral
impl Clone for FFOptionsGeneral
Source§fn clone(&self) -> FFOptionsGeneral
fn clone(&self) -> FFOptionsGeneral
Returns a copy 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 moreSource§impl Debug for FFOptionsGeneral
impl Debug for FFOptionsGeneral
impl Copy for FFOptionsGeneral
Auto Trait Implementations§
impl Freeze for FFOptionsGeneral
impl RefUnwindSafe for FFOptionsGeneral
impl !Send for FFOptionsGeneral
impl !Sync for FFOptionsGeneral
impl Unpin 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