#[repr(C)]pub struct FFWMOptions {
pub moduleInfo: FFModuleBaseInfo,
pub moduleArgs: FFModuleArgs,
pub detectPlugin: bool,
}
Fields§
§moduleInfo: FFModuleBaseInfo
§moduleArgs: FFModuleArgs
§detectPlugin: bool
Trait Implementations§
Source§impl Clone for FFWMOptions
impl Clone for FFWMOptions
Source§fn clone(&self) -> FFWMOptions
fn clone(&self) -> FFWMOptions
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 FFWMOptions
impl Debug for FFWMOptions
impl Copy for FFWMOptions
Auto Trait Implementations§
impl Freeze for FFWMOptions
impl RefUnwindSafe for FFWMOptions
impl !Send for FFWMOptions
impl !Sync for FFWMOptions
impl Unpin for FFWMOptions
impl UnwindSafe for FFWMOptions
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