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