pub struct HigherHalfDirectMapResponse {
pub offset: u64,
/* private fields */
}Fields§
§offset: u64Trait Implementations§
Source§impl Clone for HigherHalfDirectMapResponse
impl Clone for HigherHalfDirectMapResponse
Source§fn clone(&self) -> HigherHalfDirectMapResponse
fn clone(&self) -> HigherHalfDirectMapResponse
Returns a duplicate 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 HigherHalfDirectMapResponse
Auto Trait Implementations§
impl Freeze for HigherHalfDirectMapResponse
impl RefUnwindSafe for HigherHalfDirectMapResponse
impl Send for HigherHalfDirectMapResponse
impl Sync for HigherHalfDirectMapResponse
impl Unpin for HigherHalfDirectMapResponse
impl UnwindSafe for HigherHalfDirectMapResponse
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