#[repr(C)]pub struct PkgAcquire { /* private fields */ }
Implementations§
Source§impl PkgAcquire
impl PkgAcquire
Trait Implementations§
Source§impl ExternType for PkgAcquire
impl ExternType for PkgAcquire
impl UniquePtrTarget for PkgAcquire
Auto Trait Implementations§
impl !Freeze for PkgAcquire
impl RefUnwindSafe for PkgAcquire
impl !Send for PkgAcquire
impl !Sync for PkgAcquire
impl !Unpin for PkgAcquire
impl UnwindSafe for PkgAcquire
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