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