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