#[repr(transparent)]pub struct Udmf_ProgressIndicator(pub c_uint);Available on crate feature
api-15 only.Expand description
Describe the types of progress indicator when getting data from the udmf.
Available since API-level: 15
Tuple Fields§
§0: c_uintImplementations§
Source§impl Udmf_ProgressIndicator
impl Udmf_ProgressIndicator
Sourcepub const UDMF_NONE: Udmf_ProgressIndicator
pub const UDMF_NONE: Udmf_ProgressIndicator
Getting data without system default progress indicator.
Sourcepub const UDMF_DEFAULT: Udmf_ProgressIndicator
pub const UDMF_DEFAULT: Udmf_ProgressIndicator
Getting data with system default progress indicator.
Trait Implementations§
Source§impl Clone for Udmf_ProgressIndicator
Available on crate feature api-12 only.
impl Clone for Udmf_ProgressIndicator
Available on crate feature
api-12 only.Source§fn clone(&self) -> Udmf_ProgressIndicator
fn clone(&self) -> Udmf_ProgressIndicator
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_ProgressIndicator
Available on crate feature api-12 only.
impl Debug for Udmf_ProgressIndicator
Available on crate feature
api-12 only.Source§impl Hash for Udmf_ProgressIndicator
Available on crate feature api-12 only.
impl Hash for Udmf_ProgressIndicator
Available on crate feature
api-12 only.Source§impl PartialEq for Udmf_ProgressIndicator
Available on crate feature api-12 only.
impl PartialEq for Udmf_ProgressIndicator
Available on crate feature
api-12 only.impl Copy for Udmf_ProgressIndicator
Available on crate feature
api-12 only.impl Eq for Udmf_ProgressIndicator
Available on crate feature
api-12 only.impl StructuralPartialEq for Udmf_ProgressIndicator
Available on crate feature
api-12 only.Auto Trait Implementations§
impl Freeze for Udmf_ProgressIndicator
Available on crate feature
api-12 only.impl RefUnwindSafe for Udmf_ProgressIndicator
Available on crate feature
api-12 only.impl Send for Udmf_ProgressIndicator
Available on crate feature
api-12 only.impl Sync for Udmf_ProgressIndicator
Available on crate feature
api-12 only.impl Unpin for Udmf_ProgressIndicator
Available on crate feature
api-12 only.impl UnwindSafe for Udmf_ProgressIndicator
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)