#[repr(C)]pub struct OH_UdsFileUri { /* private fields */ }Auto Trait Implementations§
impl Freeze for OH_UdsFileUri
impl RefUnwindSafe for OH_UdsFileUri
impl Send for OH_UdsFileUri
impl Sync for OH_UdsFileUri
impl Unpin for OH_UdsFileUri
impl UnwindSafe for OH_UdsFileUri
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more