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