#[repr(C)]pub struct xen_flask_load {
pub buffer: __guest_handle_char,
pub size: u32,
}Fields§
§buffer: __guest_handle_char§size: u32Trait Implementations§
Source§impl Clone for xen_flask_load
impl Clone for xen_flask_load
Source§fn clone(&self) -> xen_flask_load
fn clone(&self) -> xen_flask_load
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 xen_flask_load
impl Debug for xen_flask_load
Source§impl Default for xen_flask_load
impl Default for xen_flask_load
impl Copy for xen_flask_load
Auto Trait Implementations§
impl Freeze for xen_flask_load
impl RefUnwindSafe for xen_flask_load
impl !Send for xen_flask_load
impl !Sync for xen_flask_load
impl Unpin for xen_flask_load
impl UnwindSafe for xen_flask_load
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