Struct BDA_SCAN_START
#[repr(C)]pub struct BDA_SCAN_START {
pub lResult: i32,
pub LowerFrequency: u32,
pub HigerFrequency: u32,
}
Fields§
§lResult: i32
§LowerFrequency: u32
§HigerFrequency: u32
Trait Implementations§
§impl Clone for BDA_SCAN_START
impl Clone for BDA_SCAN_START
§fn clone(&self) -> BDA_SCAN_START
fn clone(&self) -> BDA_SCAN_START
Returns a copy 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 more§impl Debug for BDA_SCAN_START
impl Debug for BDA_SCAN_START
§impl Default for BDA_SCAN_START
impl Default for BDA_SCAN_START
§impl PartialEq for BDA_SCAN_START
impl PartialEq for BDA_SCAN_START
impl Copy for BDA_SCAN_START
impl StructuralPartialEq for BDA_SCAN_START
Auto Trait Implementations§
impl Freeze for BDA_SCAN_START
impl RefUnwindSafe for BDA_SCAN_START
impl Send for BDA_SCAN_START
impl Sync for BDA_SCAN_START
impl Unpin for BDA_SCAN_START
impl UnwindSafe for BDA_SCAN_START
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