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