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