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