#[repr(C)]pub struct xen_varbuf {
pub len: u32,
pub buf: __IncompleteArrayField<c_uchar>,
}Fields§
§len: u32§buf: __IncompleteArrayField<c_uchar>Trait Implementations§
Source§impl Debug for xen_varbuf
impl Debug for xen_varbuf
Source§impl Default for xen_varbuf
impl Default for xen_varbuf
Source§fn default() -> xen_varbuf
fn default() -> xen_varbuf
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for xen_varbuf
impl RefUnwindSafe for xen_varbuf
impl Send for xen_varbuf
impl Sync for xen_varbuf
impl Unpin for xen_varbuf
impl UnwindSafe for xen_varbuf
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