#[repr(transparent)]pub struct Udmf_ShareOption(pub c_uint);Available on crate feature
api-12 only.Expand description
Describe intra-device usage range type enumeration.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Sourcepub const INVALID: Udmf_ShareOption
pub const INVALID: Udmf_ShareOption
Invalid share option.
Sourcepub const IN_APP: Udmf_ShareOption
pub const IN_APP: Udmf_ShareOption
Allowed to be used in the same application on this device.
Sourcepub const CROSS_APP: Udmf_ShareOption
pub const CROSS_APP: Udmf_ShareOption
Allowed to be used in the cross application on this device.
Trait Implementations§
Source§fn clone(&self) -> Udmf_ShareOption
fn clone(&self) -> Udmf_ShareOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn eq(&self, other: &Udmf_ShareOption) -> bool
fn eq(&self, other: &Udmf_ShareOption) -> bool
Tests for
self and other values to be equal, and is used by ==.Auto Trait Implementations§
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