#[repr(transparent)]pub struct Udmf_FileConflictOptions(pub c_uint);Available on crate feature
api-15 only.Expand description
Describe the types of file conflict options when getting data from the udmf.
Available since API-level: 15
Tuple Fields§
§0: c_uintImplementations§
Source§impl Udmf_FileConflictOptions
impl Udmf_FileConflictOptions
Sourcepub const UDMF_OVERWRITE: Udmf_FileConflictOptions
pub const UDMF_OVERWRITE: Udmf_FileConflictOptions
Overwrite when dest uri has file with same name.
Sourcepub const UDMF_SKIP: Udmf_FileConflictOptions
pub const UDMF_SKIP: Udmf_FileConflictOptions
Skip when dest uri has file with same name.
Trait Implementations§
Source§impl Clone for Udmf_FileConflictOptions
Available on crate feature api-12 only.
impl Clone for Udmf_FileConflictOptions
Available on crate feature
api-12 only.Source§fn clone(&self) -> Udmf_FileConflictOptions
fn clone(&self) -> Udmf_FileConflictOptions
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_FileConflictOptions
Available on crate feature api-12 only.
impl Debug for Udmf_FileConflictOptions
Available on crate feature
api-12 only.Source§impl Hash for Udmf_FileConflictOptions
Available on crate feature api-12 only.
impl Hash for Udmf_FileConflictOptions
Available on crate feature
api-12 only.Source§impl PartialEq for Udmf_FileConflictOptions
Available on crate feature api-12 only.
impl PartialEq for Udmf_FileConflictOptions
Available on crate feature
api-12 only.impl Copy for Udmf_FileConflictOptions
Available on crate feature
api-12 only.impl Eq for Udmf_FileConflictOptions
Available on crate feature
api-12 only.impl StructuralPartialEq for Udmf_FileConflictOptions
Available on crate feature
api-12 only.Auto Trait Implementations§
impl Freeze for Udmf_FileConflictOptions
Available on crate feature
api-12 only.impl RefUnwindSafe for Udmf_FileConflictOptions
Available on crate feature
api-12 only.impl Send for Udmf_FileConflictOptions
Available on crate feature
api-12 only.impl Sync for Udmf_FileConflictOptions
Available on crate feature
api-12 only.impl Unpin for Udmf_FileConflictOptions
Available on crate feature
api-12 only.impl UnwindSafe for Udmf_FileConflictOptions
Available on crate feature
api-12 only.Blanket Implementations§
Source§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.Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§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.