#[repr(transparent)]pub struct Udmf_Intention(pub c_uint);Available on crate feature
api-12 only.Expand description
Describe the intention type of the udmf.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl Udmf_Intention
impl Udmf_Intention
Sourcepub const DRAG: Udmf_Intention
pub const DRAG: Udmf_Intention
The intention is drag.
Sourcepub const PASTEBOARD: Udmf_Intention
pub const PASTEBOARD: Udmf_Intention
The intention is pasteboard.
Sourcepub const DATA_HUB: Udmf_Intention
Available on crate feature api-20 only.
pub const DATA_HUB: Udmf_Intention
api-20 only.The intention is data hub.
Available since API-level: 20
Sourcepub const SYSTEM_SHARE: Udmf_Intention
Available on crate feature api-20 only.
pub const SYSTEM_SHARE: Udmf_Intention
api-20 only.The intention is system share.
Available since API-level: 20
Sourcepub const PICKER: Udmf_Intention
Available on crate feature api-20 only.
pub const PICKER: Udmf_Intention
api-20 only.The intention is picker.
Available since API-level: 20
Sourcepub const MENU: Udmf_Intention
Available on crate feature api-20 only.
pub const MENU: Udmf_Intention
api-20 only.The intention is menu.
Available since API-level: 20
Trait Implementations§
Source§impl Clone for Udmf_Intention
impl Clone for Udmf_Intention
Source§fn clone(&self) -> Udmf_Intention
fn clone(&self) -> Udmf_Intention
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Udmf_Intention
impl Debug for Udmf_Intention
Source§impl Hash for Udmf_Intention
impl Hash for Udmf_Intention
Source§impl PartialEq for Udmf_Intention
impl PartialEq for Udmf_Intention
impl Copy for Udmf_Intention
impl Eq for Udmf_Intention
impl StructuralPartialEq for Udmf_Intention
Auto Trait Implementations§
impl Freeze for Udmf_Intention
impl RefUnwindSafe for Udmf_Intention
impl Send for Udmf_Intention
impl Sync for Udmf_Intention
impl Unpin for Udmf_Intention
impl UnwindSafe for Udmf_Intention
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)