#[repr(C)]pub struct _bindgen_ty_1 {
pub c: c_char,
pub m: mft,
}Fields§
§c: c_char§m: mftAuto Trait Implementations§
impl Freeze for _bindgen_ty_1
impl RefUnwindSafe for _bindgen_ty_1
impl !Send for _bindgen_ty_1
impl !Sync for _bindgen_ty_1
impl Unpin for _bindgen_ty_1
impl UnwindSafe for _bindgen_ty_1
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