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