#[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 duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SysDescTable
impl Debug for SysDescTable
impl Copy for SysDescTable
Auto Trait Implementations§
impl Freeze for SysDescTable
impl RefUnwindSafe for SysDescTable
impl Send for SysDescTable
impl Sync for SysDescTable
impl Unpin for SysDescTable
impl UnwindSafe for SysDescTable
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