#[repr(C)]pub struct config_maybe_int32 {
pub isdefault: c_int,
pub value: i32,
}Fields§
§isdefault: c_int§value: i32Trait Implementations§
Source§impl Clone for config_maybe_int32
impl Clone for config_maybe_int32
Source§fn clone(&self) -> config_maybe_int32
fn clone(&self) -> config_maybe_int32
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 config_maybe_int32
impl Debug for config_maybe_int32
impl Copy for config_maybe_int32
Auto Trait Implementations§
impl Freeze for config_maybe_int32
impl RefUnwindSafe for config_maybe_int32
impl Send for config_maybe_int32
impl Sync for config_maybe_int32
impl Unpin for config_maybe_int32
impl UnwindSafe for config_maybe_int32
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