#[repr(C)]pub struct _LDOUBLE {
pub ld: [c_uchar; 10],
}
Fields§
§ld: [c_uchar; 10]
Trait Implementations§
Source§impl Ord for _LDOUBLE
impl Ord for _LDOUBLE
Source§impl PartialOrd for _LDOUBLE
impl PartialOrd for _LDOUBLE
impl Copy for _LDOUBLE
impl Eq for _LDOUBLE
impl StructuralPartialEq for _LDOUBLE
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