#[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: FFstrbuf
Trait Implementations§
Source§impl Clone for FFCommandOptions
impl Clone for FFCommandOptions
Source§fn clone(&self) -> FFCommandOptions
fn clone(&self) -> FFCommandOptions
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 FFCommandOptions
impl Debug for FFCommandOptions
impl Copy for FFCommandOptions
Auto Trait Implementations§
impl Freeze for FFCommandOptions
impl RefUnwindSafe for FFCommandOptions
impl !Send for FFCommandOptions
impl !Sync for FFCommandOptions
impl Unpin 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