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