#[repr(C)]pub struct relopt_bool {
pub gen: relopt_gen,
pub default_val: bool,
}
Fields§
§gen: relopt_gen
§default_val: bool
Trait Implementations§
Source§impl Clone for relopt_bool
impl Clone for relopt_bool
Source§fn clone(&self) -> relopt_bool
fn clone(&self) -> relopt_bool
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 relopt_bool
impl Debug for relopt_bool
Source§impl Default for relopt_bool
impl Default for relopt_bool
impl Copy for relopt_bool
Auto Trait Implementations§
impl Freeze for relopt_bool
impl RefUnwindSafe for relopt_bool
impl !Send for relopt_bool
impl !Sync for relopt_bool
impl Unpin for relopt_bool
impl UnwindSafe for relopt_bool
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