pub struct SetupData {
pub data: Vec<u8>,
pub type_: SetupDataType,
}Expand description
A single entry to be inserted in the bootparam setup_data linked list.
Fields§
§data: Vec<u8>§type_: SetupDataTypeImplementations§
Auto Trait Implementations§
impl Freeze for SetupData
impl RefUnwindSafe for SetupData
impl Send for SetupData
impl Sync for SetupData
impl Unpin for SetupData
impl UnwindSafe for SetupData
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