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