pub struct idevicerestore_client_t { /* private fields */ }Expand description
Opaque idevicerestore client handle.
Auto Trait Implementations§
impl Freeze for idevicerestore_client_t
impl RefUnwindSafe for idevicerestore_client_t
impl Send for idevicerestore_client_t
impl Sync for idevicerestore_client_t
impl Unpin for idevicerestore_client_t
impl UnsafeUnpin for idevicerestore_client_t
impl UnwindSafe for idevicerestore_client_t
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