#[repr(transparent)]pub struct Pasteboard_NotifyType(pub c_uint);Available on crate feature
api-13 only.Expand description
Enumerates the types of data changes that can be observed.
Available since API-level: 13
Tuple Fields§
§0: c_uintImplementations§
Source§impl Pasteboard_NotifyType
impl Pasteboard_NotifyType
Sourcepub const LOCAL_DATA_CHANGE: Pasteboard_NotifyType
pub const LOCAL_DATA_CHANGE: Pasteboard_NotifyType
Change of the Pasteboard data in the local device.
Sourcepub const REMOTE_DATA_CHANGE: Pasteboard_NotifyType
pub const REMOTE_DATA_CHANGE: Pasteboard_NotifyType
Change of the Pasteboard data in the remote devices.
Trait Implementations§
Source§impl Clone for Pasteboard_NotifyType
Available on crate feature api-12 only.
impl Clone for Pasteboard_NotifyType
Available on crate feature
api-12 only.Source§fn clone(&self) -> Pasteboard_NotifyType
fn clone(&self) -> Pasteboard_NotifyType
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 Pasteboard_NotifyType
Available on crate feature api-12 only.
impl Debug for Pasteboard_NotifyType
Available on crate feature
api-12 only.Source§impl Hash for Pasteboard_NotifyType
Available on crate feature api-12 only.
impl Hash for Pasteboard_NotifyType
Available on crate feature
api-12 only.Source§impl PartialEq for Pasteboard_NotifyType
Available on crate feature api-12 only.
impl PartialEq for Pasteboard_NotifyType
Available on crate feature
api-12 only.impl Copy for Pasteboard_NotifyType
Available on crate feature
api-12 only.impl Eq for Pasteboard_NotifyType
Available on crate feature
api-12 only.impl StructuralPartialEq for Pasteboard_NotifyType
Available on crate feature
api-12 only.Auto Trait Implementations§
impl Freeze for Pasteboard_NotifyType
Available on crate feature
api-12 only.impl RefUnwindSafe for Pasteboard_NotifyType
Available on crate feature
api-12 only.impl Send for Pasteboard_NotifyType
Available on crate feature
api-12 only.impl Sync for Pasteboard_NotifyType
Available on crate feature
api-12 only.impl Unpin for Pasteboard_NotifyType
Available on crate feature
api-12 only.impl UnwindSafe for Pasteboard_NotifyType
Available on crate feature
api-12 only.Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on crate feature api-12 only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on crate feature
api-12 only.§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,
Available on crate feature api-12 only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on crate feature
api-12 only.§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)