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