Struct GNSS_NI_USER_RESPONSE
#[repr(transparent)]pub struct GNSS_NI_USER_RESPONSE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for GNSS_NI_USER_RESPONSE
impl Clone for GNSS_NI_USER_RESPONSE
§fn clone(&self) -> GNSS_NI_USER_RESPONSE
fn clone(&self) -> GNSS_NI_USER_RESPONSE
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 GNSS_NI_USER_RESPONSE
impl Debug for GNSS_NI_USER_RESPONSE
§impl Default for GNSS_NI_USER_RESPONSE
impl Default for GNSS_NI_USER_RESPONSE
§fn default() -> GNSS_NI_USER_RESPONSE
fn default() -> GNSS_NI_USER_RESPONSE
Returns the “default value” for a type. Read more
§impl PartialEq for GNSS_NI_USER_RESPONSE
impl PartialEq for GNSS_NI_USER_RESPONSE
impl Copy for GNSS_NI_USER_RESPONSE
impl Eq for GNSS_NI_USER_RESPONSE
impl StructuralPartialEq for GNSS_NI_USER_RESPONSE
Auto Trait Implementations§
impl Freeze for GNSS_NI_USER_RESPONSE
impl RefUnwindSafe for GNSS_NI_USER_RESPONSE
impl Send for GNSS_NI_USER_RESPONSE
impl Sync for GNSS_NI_USER_RESPONSE
impl Unpin for GNSS_NI_USER_RESPONSE
impl UnwindSafe for GNSS_NI_USER_RESPONSE
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