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