Struct simics_api_sys::bindings::buffer_t
source · #[repr(C)]pub struct buffer_t {
pub data: *mut uint8,
pub len: usize,
}
Expand description
Fields§
§data: *mut uint8
§len: usize
Trait Implementations§
source§impl Ord for buffer_t
impl Ord for buffer_t
source§impl PartialOrd for buffer_t
impl PartialOrd for buffer_t
impl Copy for buffer_t
impl Eq for buffer_t
impl StructuralPartialEq for buffer_t
Auto Trait Implementations§
impl Freeze for buffer_t
impl RefUnwindSafe for buffer_t
impl !Send for buffer_t
impl !Sync for buffer_t
impl Unpin for buffer_t
impl UnwindSafe for buffer_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)