#[repr(C)]pub struct mtbl_reader;Auto Trait Implementations§
impl Freeze for mtbl_reader
impl RefUnwindSafe for mtbl_reader
impl Send for mtbl_reader
impl Sync for mtbl_reader
impl Unpin for mtbl_reader
impl UnwindSafe for mtbl_reader
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