#[repr(C)]pub struct Offset2Df {
pub x: f32,
pub y: f32,
}
Expand description
See XrOffset2Df
Fields§
§x: f32
§y: f32
Trait Implementations§
impl Copy for Offset2Df
impl StructuralPartialEq for Offset2Df
Auto Trait Implementations§
impl Freeze for Offset2Df
impl RefUnwindSafe for Offset2Df
impl Send for Offset2Df
impl Sync for Offset2Df
impl Unpin for Offset2Df
impl UnwindSafe for Offset2Df
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