#[repr(C)]pub struct PushDataInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub offset: u32,
pub data: HostAddressRangeConstEXT,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§offset: u32§data: HostAddressRangeConstEXTTrait Implementations§
Source§impl Clone for PushDataInfoEXT
impl Clone for PushDataInfoEXT
Source§fn clone(&self) -> PushDataInfoEXT
fn clone(&self) -> PushDataInfoEXT
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 PushDataInfoEXT
Source§impl Debug for PushDataInfoEXT
impl Debug for PushDataInfoEXT
Source§impl Default for PushDataInfoEXT
impl Default for PushDataInfoEXT
impl Eq for PushDataInfoEXT
Source§impl Hash for PushDataInfoEXT
impl Hash for PushDataInfoEXT
Source§impl PartialEq for PushDataInfoEXT
impl PartialEq for PushDataInfoEXT
Source§fn eq(&self, other: &PushDataInfoEXT) -> bool
fn eq(&self, other: &PushDataInfoEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for PushDataInfoEXT
impl StructuralPartialEq for PushDataInfoEXT
impl Sync for PushDataInfoEXT
Auto Trait Implementations§
impl Freeze for PushDataInfoEXT
impl RefUnwindSafe for PushDataInfoEXT
impl Unpin for PushDataInfoEXT
impl UnsafeUnpin for PushDataInfoEXT
impl UnwindSafe for PushDataInfoEXT
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