#[repr(C)]pub struct HostAddressRangeEXT {
pub address: *mut c_void,
pub size: usize,
}Expand description
Fields§
§address: *mut c_void§size: usizeTrait Implementations§
Source§impl Clone for HostAddressRangeEXT
impl Clone for HostAddressRangeEXT
Source§fn clone(&self) -> HostAddressRangeEXT
fn clone(&self) -> HostAddressRangeEXT
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 moreSource§impl Debug for HostAddressRangeEXT
impl Debug for HostAddressRangeEXT
Source§impl Default for HostAddressRangeEXT
impl Default for HostAddressRangeEXT
Source§impl Hash for HostAddressRangeEXT
impl Hash for HostAddressRangeEXT
Source§impl PartialEq for HostAddressRangeEXT
impl PartialEq for HostAddressRangeEXT
impl Copy for HostAddressRangeEXT
impl Eq for HostAddressRangeEXT
impl Send for HostAddressRangeEXT
impl StructuralPartialEq for HostAddressRangeEXT
impl Sync for HostAddressRangeEXT
Auto Trait Implementations§
impl Freeze for HostAddressRangeEXT
impl RefUnwindSafe for HostAddressRangeEXT
impl Unpin for HostAddressRangeEXT
impl UnwindSafe for HostAddressRangeEXT
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