pub struct Offsets {
pub common: OffsetsCommon,
pub ext: Option<OffsetsExt>,
}Available on crate feature
os-windows only.Expand description
Offsets for Windows.
Fields§
§common: OffsetsCommonOffsets common to all Windows versions.
ext: Option<OffsetsExt>Extended offsets specific to the Windows version.
Implementations§
Auto Trait Implementations§
impl Freeze for Offsets
impl RefUnwindSafe for Offsets
impl Send for Offsets
impl Sync for Offsets
impl Unpin for Offsets
impl UnwindSafe for Offsets
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