Struct RETRIEVAL_POINTER_BASE
#[repr(C)]pub struct RETRIEVAL_POINTER_BASE {
pub FileAreaOffset: i64,
}
Fields§
§FileAreaOffset: i64
Trait Implementations§
§impl Clone for RETRIEVAL_POINTER_BASE
impl Clone for RETRIEVAL_POINTER_BASE
§fn clone(&self) -> RETRIEVAL_POINTER_BASE
fn clone(&self) -> RETRIEVAL_POINTER_BASE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RETRIEVAL_POINTER_BASE
Auto Trait Implementations§
impl Freeze for RETRIEVAL_POINTER_BASE
impl RefUnwindSafe for RETRIEVAL_POINTER_BASE
impl Send for RETRIEVAL_POINTER_BASE
impl Sync for RETRIEVAL_POINTER_BASE
impl Unpin for RETRIEVAL_POINTER_BASE
impl UnwindSafe for RETRIEVAL_POINTER_BASE
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