Struct LMR_QUERY_INFO_PARAM
#[repr(C)]pub struct LMR_QUERY_INFO_PARAM {
pub Operation: LMR_QUERY_INFO_CLASS,
}
Fields§
§Operation: LMR_QUERY_INFO_CLASS
Trait Implementations§
§impl Clone for LMR_QUERY_INFO_PARAM
impl Clone for LMR_QUERY_INFO_PARAM
§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 moreimpl Copy 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