pub struct OH_UdmfOptions { /* private fields */ }Available on crate feature
api-20 only.Expand description
Describes the optional arguments of data operation
Available since API-level: 20
Auto Trait Implementations§
impl Freeze for OH_UdmfOptions
Available on crate feature
api-12 only.impl RefUnwindSafe for OH_UdmfOptions
Available on crate feature
api-12 only.impl Send for OH_UdmfOptions
Available on crate feature
api-12 only.impl Sync for OH_UdmfOptions
Available on crate feature
api-12 only.impl Unpin for OH_UdmfOptions
Available on crate feature
api-12 only.impl UnwindSafe for OH_UdmfOptions
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