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