Struct linux_raw_sys::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 Freeze for setup_data
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§
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