#[repr(C)]pub struct Struct_float2 {
pub x: c_float,
pub y: c_float,
}Fields§
§x: c_float§y: c_floatTrait Implementations§
Source§impl Clone for Struct_float2
impl Clone for Struct_float2
Source§impl Default for Struct_float2
impl Default for Struct_float2
impl Copy for Struct_float2
Auto Trait Implementations§
impl Freeze for Struct_float2
impl RefUnwindSafe for Struct_float2
impl Send for Struct_float2
impl Sync for Struct_float2
impl Unpin for Struct_float2
impl UnwindSafe for Struct_float2
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