#[repr(C)]pub struct _fc2PPMOption {
pub binaryFile: BOOL,
pub reserved: [c_uint; 16],
}Fields§
§binaryFile: BOOL§reserved: [c_uint; 16]Trait Implementations§
Source§impl Clone for _fc2PPMOption
impl Clone for _fc2PPMOption
Source§fn clone(&self) -> _fc2PPMOption
fn clone(&self) -> _fc2PPMOption
Returns a duplicate 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 _fc2PPMOption
impl Debug for _fc2PPMOption
Source§impl Default for _fc2PPMOption
impl Default for _fc2PPMOption
impl Copy for _fc2PPMOption
Auto Trait Implementations§
impl Freeze for _fc2PPMOption
impl RefUnwindSafe for _fc2PPMOption
impl Send for _fc2PPMOption
impl Sync for _fc2PPMOption
impl Unpin for _fc2PPMOption
impl UnwindSafe for _fc2PPMOption
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