#[repr(C)]pub struct _LDOUBLE {
pub ld: [c_uchar; 10],
}Fields§
§ld: [c_uchar; 10]Trait Implementations§
Auto Trait Implementations§
impl Freeze for _LDOUBLE
impl RefUnwindSafe for _LDOUBLE
impl Send for _LDOUBLE
impl Sync for _LDOUBLE
impl Unpin for _LDOUBLE
impl UnwindSafe for _LDOUBLE
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