Struct dbs_boot::bootparam::setup_data
source · [−]#[repr(C)]pub struct setup_data {
pub next: __u64,
pub type_: __u32,
pub len: __u32,
pub data: __IncompleteArrayField<__u8>,
}
Fields
next: __u64
type_: __u32
len: __u32
data: __IncompleteArrayField<__u8>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for setup_data
impl Send for setup_data
impl Sync for setup_data
impl Unpin for setup_data
impl UnwindSafe for setup_data
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more