#[repr(C)]pub struct SquashOptionInfo {
pub name: *const c_char,
pub type_: Type,
pub info: SquashOptionInfo__bindgen_ty_1,
pub default_value: SquashOptionValue,
}Fields§
§name: *const c_char§type_: Type§info: SquashOptionInfo__bindgen_ty_1§default_value: SquashOptionValueTrait Implementations§
Source§impl Clone for SquashOptionInfo
impl Clone for SquashOptionInfo
Source§fn clone(&self) -> SquashOptionInfo
fn clone(&self) -> SquashOptionInfo
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 SquashOptionInfo
impl Debug for SquashOptionInfo
impl Copy for SquashOptionInfo
Auto Trait Implementations§
impl Freeze for SquashOptionInfo
impl RefUnwindSafe for SquashOptionInfo
impl !Send for SquashOptionInfo
impl !Sync for SquashOptionInfo
impl Unpin for SquashOptionInfo
impl UnwindSafe for SquashOptionInfo
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