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