#[repr(transparent)]pub struct LocationTriggerType(pub i32);
Expand description
Required features: "ApplicationModel_Background"
Tuple Fields
0: i32
Implementations
impl LocationTriggerType
impl LocationTriggerType
pub const Geofence: Self = Self(0i32)
Trait Implementations
impl Clone for LocationTriggerType
impl Clone for LocationTriggerType
impl Copy for LocationTriggerType
Auto Trait Implementations
impl RefUnwindSafe for LocationTriggerType
impl Send for LocationTriggerType
impl Sync for LocationTriggerType
impl Unpin for LocationTriggerType
impl UnwindSafe for LocationTriggerType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more