#[repr(C, packed(1))]pub struct ShciConfigParam {
pub payload_cmd_size: u8,
pub config: u8,
pub event_mask: u8,
pub spare: u8,
pub ble_nvm_ram_address: u32,
pub thread_nvm_ram_address: u32,
pub revision_id: u16,
pub device_id: u16,
}
Fields§
§payload_cmd_size: u8
§config: u8
§event_mask: u8
§spare: u8
§ble_nvm_ram_address: u32
§thread_nvm_ram_address: u32
§revision_id: u16
§device_id: u16
Implementations§
Trait Implementations§
Source§impl Clone for ShciConfigParam
impl Clone for ShciConfigParam
Source§fn clone(&self) -> ShciConfigParam
fn clone(&self) -> ShciConfigParam
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 moreSource§impl Default for ShciConfigParam
impl Default for ShciConfigParam
impl Copy for ShciConfigParam
Auto Trait Implementations§
impl Freeze for ShciConfigParam
impl RefUnwindSafe for ShciConfigParam
impl Send for ShciConfigParam
impl Sync for ShciConfigParam
impl Unpin for ShciConfigParam
impl UnwindSafe for ShciConfigParam
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