#[repr(C)]pub struct DeviceInfoTable {
pub safe_boot_info_table: SafeBootInfoTable,
pub rss_info_table: RssInfoTable,
pub wireless_fw_info_table: WirelessFwInfoTable,
}
Fields§
§safe_boot_info_table: SafeBootInfoTable
§rss_info_table: RssInfoTable
§wireless_fw_info_table: WirelessFwInfoTable
Trait Implementations§
Source§impl Clone for DeviceInfoTable
impl Clone for DeviceInfoTable
Source§fn clone(&self) -> DeviceInfoTable
fn clone(&self) -> DeviceInfoTable
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for DeviceInfoTable
impl RefUnwindSafe for DeviceInfoTable
impl Send for DeviceInfoTable
impl Sync for DeviceInfoTable
impl Unpin for DeviceInfoTable
impl UnwindSafe for DeviceInfoTable
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)