#[repr(C)]pub struct AiPlane {
pub a: c_float,
pub b: c_float,
pub c: c_float,
pub d: c_float,
}
Fields§
§a: c_float
§b: c_float
§c: c_float
§d: c_float
Trait Implementations§
impl Copy for AiPlane
impl StructuralPartialEq for AiPlane
Auto Trait Implementations§
impl Freeze for AiPlane
impl RefUnwindSafe for AiPlane
impl Send for AiPlane
impl Sync for AiPlane
impl Unpin for AiPlane
impl UnwindSafe for AiPlane
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