#[repr(transparent)]pub struct QmiNasBoolean(pub c_uint);Expand description
Boolean flag with validity info.
Since: 1.28
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiNasBoolean
impl QmiNasBoolean
Sourcepub const FALSE: QmiNasBoolean
pub const FALSE: QmiNasBoolean
Status FALSE.
Sourcepub const TRUE: QmiNasBoolean
pub const TRUE: QmiNasBoolean
Status TRUE.
Sourcepub const UNKNOWN: QmiNasBoolean
pub const UNKNOWN: QmiNasBoolean
Status Unknown.
Trait Implementations§
Source§impl Clone for QmiNasBoolean
impl Clone for QmiNasBoolean
Source§fn clone(&self) -> QmiNasBoolean
fn clone(&self) -> QmiNasBoolean
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiNasBoolean
Source§impl Debug for QmiNasBoolean
impl Debug for QmiNasBoolean
impl Eq for QmiNasBoolean
Source§impl Hash for QmiNasBoolean
impl Hash for QmiNasBoolean
Source§impl PartialEq for QmiNasBoolean
impl PartialEq for QmiNasBoolean
impl StructuralPartialEq for QmiNasBoolean
Auto Trait Implementations§
impl Freeze for QmiNasBoolean
impl RefUnwindSafe for QmiNasBoolean
impl Send for QmiNasBoolean
impl Sync for QmiNasBoolean
impl Unpin for QmiNasBoolean
impl UnsafeUnpin for QmiNasBoolean
impl UnwindSafe for QmiNasBoolean
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