#[repr(C)]pub struct _LMR_QUERY_INFO_PARAM {
pub Operation: LMR_QUERY_INFO_CLASS,
}Fields§
§Operation: LMR_QUERY_INFO_CLASSTrait 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 duplicate 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
impl 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