#[repr(C)]pub struct bitValue_C {
pub value: c_uint,
pub description: [c_char; 1000],
}
Expand description
\struct bitValue_C. \brief This stucture describes the option Bit value.
Fields§
§value: c_uint
< Option bit value.
description: [c_char; 1000]
< Option bit description.
Trait Implementations§
Source§impl Clone for bitValue_C
impl Clone for bitValue_C
Source§fn clone(&self) -> bitValue_C
fn clone(&self) -> bitValue_C
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 bitValue_C
impl Debug for bitValue_C
impl Copy for bitValue_C
Auto Trait Implementations§
impl Freeze for bitValue_C
impl RefUnwindSafe for bitValue_C
impl Send for bitValue_C
impl Sync for bitValue_C
impl Unpin for bitValue_C
impl UnwindSafe for bitValue_C
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