#[repr(C)]pub struct _ABCFLOAT {
pub abcfA: FLOAT,
pub abcfB: FLOAT,
pub abcfC: FLOAT,
}
Fields§
§abcfA: FLOAT
§abcfB: FLOAT
§abcfC: FLOAT
Trait Implementations§
Source§impl PartialOrd for _ABCFLOAT
impl PartialOrd for _ABCFLOAT
impl Copy for _ABCFLOAT
impl StructuralPartialEq for _ABCFLOAT
Auto Trait Implementations§
impl Freeze for _ABCFLOAT
impl RefUnwindSafe for _ABCFLOAT
impl Send for _ABCFLOAT
impl Sync for _ABCFLOAT
impl Unpin for _ABCFLOAT
impl UnwindSafe for _ABCFLOAT
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