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