pub struct ExternPtr {
pub constant: u64,
pub offset: u64,
}
Fields§
§constant: u64
§offset: u64
Trait Implementations§
impl Copy for ExternPtr
impl Eq for ExternPtr
impl StructuralPartialEq for ExternPtr
Auto Trait Implementations§
impl Freeze for ExternPtr
impl RefUnwindSafe for ExternPtr
impl Send for ExternPtr
impl Sync for ExternPtr
impl Unpin for ExternPtr
impl UnwindSafe for ExternPtr
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