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