#[repr(C)]pub struct EpDoubleStruct {
pub type_: EpTypeUnion,
pub exponent: c_int,
}Fields§
§type_: EpTypeUnion§exponent: c_intTrait Implementations§
Source§impl Clone for EpDoubleStruct
impl Clone for EpDoubleStruct
Source§fn clone(&self) -> EpDoubleStruct
fn clone(&self) -> EpDoubleStruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EpDoubleStruct
Auto Trait Implementations§
impl Freeze for EpDoubleStruct
impl RefUnwindSafe for EpDoubleStruct
impl Send for EpDoubleStruct
impl Sync for EpDoubleStruct
impl Unpin for EpDoubleStruct
impl UnwindSafe for EpDoubleStruct
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