Struct simics_api_sys::bytes_t
source · #[repr(C)]pub struct bytes_t {
pub data: *const uint8,
pub len: usize,
}
Expand description
Fields§
§data: *const uint8
§len: usize
Trait Implementations§
source§impl Ord for bytes_t
impl Ord for bytes_t
source§impl PartialOrd for bytes_t
impl PartialOrd for bytes_t
impl Copy for bytes_t
impl Eq for bytes_t
impl StructuralPartialEq for bytes_t
Auto Trait Implementations§
impl Freeze for bytes_t
impl RefUnwindSafe for bytes_t
impl !Send for bytes_t
impl !Sync for bytes_t
impl Unpin for bytes_t
impl UnwindSafe for bytes_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
)