#[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 (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 HostAddressRangeEXT
Source§impl Debug for HostAddressRangeEXT
impl Debug for HostAddressRangeEXT
Source§impl Default for HostAddressRangeEXT
impl Default for HostAddressRangeEXT
impl Eq for HostAddressRangeEXT
Source§impl Hash for HostAddressRangeEXT
impl Hash for HostAddressRangeEXT
Source§impl PartialEq for HostAddressRangeEXT
impl PartialEq for HostAddressRangeEXT
Source§fn eq(&self, other: &HostAddressRangeEXT) -> bool
fn eq(&self, other: &HostAddressRangeEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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