#[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.
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 · Source§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§
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