#[repr(C)]pub struct BODYOFFSETS {
pub cbBoundaryStart: u32,
pub cbHeaderStart: u32,
pub cbBodyStart: u32,
pub cbBodyEnd: u32,
}Fields§
§cbBoundaryStart: u32§cbHeaderStart: u32§cbBodyStart: u32§cbBodyEnd: u32Trait Implementations§
Source§impl Clone for BODYOFFSETS
impl Clone for BODYOFFSETS
Source§fn clone(&self) -> BODYOFFSETS
fn clone(&self) -> BODYOFFSETS
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BODYOFFSETS
Source§impl Debug for BODYOFFSETS
impl Debug for BODYOFFSETS
Source§impl Default for BODYOFFSETS
impl Default for BODYOFFSETS
Source§fn default() -> BODYOFFSETS
fn default() -> BODYOFFSETS
Returns the “default value” for a type. Read more
Source§impl PartialEq for BODYOFFSETS
impl PartialEq for BODYOFFSETS
Source§fn eq(&self, other: &BODYOFFSETS) -> bool
fn eq(&self, other: &BODYOFFSETS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BODYOFFSETS
Auto Trait Implementations§
impl Freeze for BODYOFFSETS
impl RefUnwindSafe for BODYOFFSETS
impl Send for BODYOFFSETS
impl Sync for BODYOFFSETS
impl Unpin for BODYOFFSETS
impl UnsafeUnpin for BODYOFFSETS
impl UnwindSafe for BODYOFFSETS
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