#[repr(C)]pub struct SVAR64 {
pub lo: UINT32,
pub hi: SINT32,
}
Fields§
§lo: UINT32
§hi: SINT32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SVAR64
impl Send for SVAR64
impl Sync for SVAR64
impl Unpin for SVAR64
impl UnwindSafe for SVAR64
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