Struct BDA_SIGNAL_TIMEOUTS
#[repr(C)]pub struct BDA_SIGNAL_TIMEOUTS {
pub ulCarrierTimeoutMs: u32,
pub ulScanningTimeoutMs: u32,
pub ulTuningTimeoutMs: u32,
}
Fields§
§ulCarrierTimeoutMs: u32
§ulScanningTimeoutMs: u32
§ulTuningTimeoutMs: u32
Trait Implementations§
§impl Clone for BDA_SIGNAL_TIMEOUTS
impl Clone for BDA_SIGNAL_TIMEOUTS
§fn clone(&self) -> BDA_SIGNAL_TIMEOUTS
fn clone(&self) -> BDA_SIGNAL_TIMEOUTS
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_SIGNAL_TIMEOUTS
impl Debug for BDA_SIGNAL_TIMEOUTS
§impl Default for BDA_SIGNAL_TIMEOUTS
impl Default for BDA_SIGNAL_TIMEOUTS
§impl PartialEq for BDA_SIGNAL_TIMEOUTS
impl PartialEq for BDA_SIGNAL_TIMEOUTS
impl Copy for BDA_SIGNAL_TIMEOUTS
impl StructuralPartialEq for BDA_SIGNAL_TIMEOUTS
Auto Trait Implementations§
impl Freeze for BDA_SIGNAL_TIMEOUTS
impl RefUnwindSafe for BDA_SIGNAL_TIMEOUTS
impl Send for BDA_SIGNAL_TIMEOUTS
impl Sync for BDA_SIGNAL_TIMEOUTS
impl Unpin for BDA_SIGNAL_TIMEOUTS
impl UnwindSafe for BDA_SIGNAL_TIMEOUTS
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