Struct GOFFSET
#[repr(C)]pub struct GOFFSET {
pub du: i32,
pub dv: i32,
}
Fields§
§du: i32
§dv: i32
Trait Implementations§
impl Copy for GOFFSET
impl StructuralPartialEq for GOFFSET
Auto Trait Implementations§
impl Freeze for GOFFSET
impl RefUnwindSafe for GOFFSET
impl Send for GOFFSET
impl Sync for GOFFSET
impl Unpin for GOFFSET
impl UnwindSafe for GOFFSET
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