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