pub struct OH_UdsDetails { /* private fields */ }Available on crate feature
api-22 only.Expand description
Describes the key-value object of UDS data.
Available since API-level: 22
Auto Trait Implementations§
impl Freeze for OH_UdsDetails
Available on crate feature
api-12 only.impl RefUnwindSafe for OH_UdsDetails
Available on crate feature
api-12 only.impl Send for OH_UdsDetails
Available on crate feature
api-12 only.impl Sync for OH_UdsDetails
Available on crate feature
api-12 only.impl Unpin for OH_UdsDetails
Available on crate feature
api-12 only.impl UnsafeUnpin for OH_UdsDetails
Available on crate feature
api-12 only.impl UnwindSafe for OH_UdsDetails
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