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