#[repr(C)]pub struct bitCoefficient_C {
pub multiplier: c_uint,
pub offset: c_uint,
}
Expand description
\struct bitCoefficient_C. \brief This stucture indicates the coefficients to access to the adequate option bit.
Fields§
§multiplier: c_uint
< Bit multiplier.
offset: c_uint
< Bit offset.
Trait Implementations§
Source§impl Clone for bitCoefficient_C
impl Clone for bitCoefficient_C
Source§fn clone(&self) -> bitCoefficient_C
fn clone(&self) -> bitCoefficient_C
Returns a duplicate 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 bitCoefficient_C
impl Debug for bitCoefficient_C
impl Copy for bitCoefficient_C
Auto Trait Implementations§
impl Freeze for bitCoefficient_C
impl RefUnwindSafe for bitCoefficient_C
impl Send for bitCoefficient_C
impl Sync for bitCoefficient_C
impl Unpin for bitCoefficient_C
impl UnwindSafe for bitCoefficient_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