Struct windows_sys::Win32::Globalization::GOFFSET
#[repr(C)]pub struct GOFFSET {
pub du: i32,
pub dv: i32,
}Fields§
§du: i32§dv: i32Trait Implementations§
Auto Trait Implementations§
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