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