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