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