#[repr(C)]pub struct _LMR_QUERY_INFO_PARAM {
pub Operation: LMR_QUERY_INFO_CLASS,
}
Fields§
§Operation: LMR_QUERY_INFO_CLASS
Trait Implementations§
Source§impl Clone for _LMR_QUERY_INFO_PARAM
impl Clone for _LMR_QUERY_INFO_PARAM
Source§fn clone(&self) -> _LMR_QUERY_INFO_PARAM
fn clone(&self) -> _LMR_QUERY_INFO_PARAM
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 moreSource§impl Debug for _LMR_QUERY_INFO_PARAM
impl Debug for _LMR_QUERY_INFO_PARAM
Source§impl Ord for _LMR_QUERY_INFO_PARAM
impl Ord for _LMR_QUERY_INFO_PARAM
Source§fn cmp(&self, other: &_LMR_QUERY_INFO_PARAM) -> Ordering
fn cmp(&self, other: &_LMR_QUERY_INFO_PARAM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _LMR_QUERY_INFO_PARAM
impl PartialEq for _LMR_QUERY_INFO_PARAM
Source§impl PartialOrd for _LMR_QUERY_INFO_PARAM
impl PartialOrd for _LMR_QUERY_INFO_PARAM
impl Copy for _LMR_QUERY_INFO_PARAM
impl Eq for _LMR_QUERY_INFO_PARAM
impl StructuralPartialEq for _LMR_QUERY_INFO_PARAM
Auto Trait Implementations§
impl Freeze for _LMR_QUERY_INFO_PARAM
impl RefUnwindSafe for _LMR_QUERY_INFO_PARAM
impl Send for _LMR_QUERY_INFO_PARAM
impl Sync for _LMR_QUERY_INFO_PARAM
impl Unpin for _LMR_QUERY_INFO_PARAM
impl UnwindSafe for _LMR_QUERY_INFO_PARAM
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