#[repr(C, packed(1))]pub struct sys_desc_table {
pub length: u16,
pub table: [u8; 14],
}Available on x86 or x86-64 only.
Fields§
§length: u16§table: [u8; 14]Trait Implementations§
Source§impl Clone for sys_desc_table
impl Clone for sys_desc_table
Source§fn clone(&self) -> sys_desc_table
fn clone(&self) -> sys_desc_table
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for sys_desc_table
Source§impl Debug for sys_desc_table
impl Debug for sys_desc_table
Source§impl Default for sys_desc_table
impl Default for sys_desc_table
Source§fn default() -> sys_desc_table
fn default() -> sys_desc_table
Returns the “default value” for a type. Read more
Source§impl PartialEq for sys_desc_table
impl PartialEq for sys_desc_table
Source§fn eq(&self, other: &sys_desc_table) -> bool
fn eq(&self, other: &sys_desc_table) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for sys_desc_table
Auto Trait Implementations§
impl Freeze for sys_desc_table
impl RefUnwindSafe for sys_desc_table
impl Send for sys_desc_table
impl Sync for sys_desc_table
impl Unpin for sys_desc_table
impl UnsafeUnpin for sys_desc_table
impl UnwindSafe for sys_desc_table
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