#[repr(C)]pub struct ResetRequest {
pub set_default_pib: bool,
pub a_stuffing: [u8; 3],
}
Fields§
§set_default_pib: bool
MAC PIB attributes are set to their default values or not during reset
a_stuffing: [u8; 3]
byte stuffing to keep 32 bit alignment
Trait Implementations§
Source§impl Default for ResetRequest
impl Default for ResetRequest
Source§fn default() -> ResetRequest
fn default() -> ResetRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResetRequest
impl RefUnwindSafe for ResetRequest
impl Send for ResetRequest
impl Sync for ResetRequest
impl Unpin for ResetRequest
impl UnwindSafe for ResetRequest
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