Struct GNSS_NI_REQUEST_PARAM
#[repr(C)]pub struct GNSS_NI_REQUEST_PARAM {
pub Size: u32,
pub Version: u32,
pub RequestId: u32,
pub RequestType: GNSS_NI_REQUEST_TYPE,
pub NotificationType: GNSS_NI_NOTIFICATION_TYPE,
pub RequestPlaneType: GNSS_NI_PLANE_TYPE,
pub Anonymous: GNSS_NI_REQUEST_PARAM_0,
pub ResponseTimeInSec: u32,
pub EmergencyLocation: BOOL,
}
Fields§
§Size: u32
§Version: u32
§RequestId: u32
§RequestType: GNSS_NI_REQUEST_TYPE
§NotificationType: GNSS_NI_NOTIFICATION_TYPE
§RequestPlaneType: GNSS_NI_PLANE_TYPE
§Anonymous: GNSS_NI_REQUEST_PARAM_0
§ResponseTimeInSec: u32
§EmergencyLocation: BOOL
Trait Implementations§
§impl Clone for GNSS_NI_REQUEST_PARAM
impl Clone for GNSS_NI_REQUEST_PARAM
§fn clone(&self) -> GNSS_NI_REQUEST_PARAM
fn clone(&self) -> GNSS_NI_REQUEST_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 more§impl Default for GNSS_NI_REQUEST_PARAM
impl Default for GNSS_NI_REQUEST_PARAM
impl Copy for GNSS_NI_REQUEST_PARAM
Auto Trait Implementations§
impl Freeze for GNSS_NI_REQUEST_PARAM
impl RefUnwindSafe for GNSS_NI_REQUEST_PARAM
impl Send for GNSS_NI_REQUEST_PARAM
impl Sync for GNSS_NI_REQUEST_PARAM
impl Unpin for GNSS_NI_REQUEST_PARAM
impl UnwindSafe for GNSS_NI_REQUEST_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