Struct linux_boot_params::SysDescTable
source · #[repr(C, packed(1))]pub struct SysDescTable {
pub length: u16,
pub table: [u8; 14],
}
Fields§
§length: u16
§table: [u8; 14]
Trait Implementations§
source§impl Clone for SysDescTable
impl Clone for SysDescTable
source§fn clone(&self) -> SysDescTable
fn clone(&self) -> SysDescTable
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more