#[repr(C)]pub struct fz_getopt_long_options {
pub option: *mut c_char,
pub flag: *mut c_int,
pub opaque: *mut c_void,
}Fields§
§option: *mut c_char§flag: *mut c_int§opaque: *mut c_voidTrait Implementations§
Source§impl Clone for fz_getopt_long_options
impl Clone for fz_getopt_long_options
Source§fn clone(&self) -> fz_getopt_long_options
fn clone(&self) -> fz_getopt_long_options
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 fz_getopt_long_options
impl Debug for fz_getopt_long_options
impl Copy for fz_getopt_long_options
Auto Trait Implementations§
impl Freeze for fz_getopt_long_options
impl RefUnwindSafe for fz_getopt_long_options
impl !Send for fz_getopt_long_options
impl !Sync for fz_getopt_long_options
impl Unpin for fz_getopt_long_options
impl UnwindSafe for fz_getopt_long_options
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