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