#[repr(C)]pub struct BNRegisterValueWithConfidence {
pub value: BNRegisterValue,
pub confidence: u8,
}Fields§
§value: BNRegisterValue§confidence: u8Trait Implementations§
Source§impl Clone for BNRegisterValueWithConfidence
impl Clone for BNRegisterValueWithConfidence
Source§fn clone(&self) -> BNRegisterValueWithConfidence
fn clone(&self) -> BNRegisterValueWithConfidence
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 moreimpl Copy for BNRegisterValueWithConfidence
Auto Trait Implementations§
impl Freeze for BNRegisterValueWithConfidence
impl RefUnwindSafe for BNRegisterValueWithConfidence
impl Send for BNRegisterValueWithConfidence
impl Sync for BNRegisterValueWithConfidence
impl Unpin for BNRegisterValueWithConfidence
impl UnwindSafe for BNRegisterValueWithConfidence
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