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