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