#[repr(C)]pub struct GtsConfirm {
pub gts_characteristics: u8,
pub status: MacStatus,
/* private fields */
}
Expand description
MLME GTS Confirm which eports the results of a request to allocate a new GTS or to deallocate an existing GTS
Fields§
§gts_characteristics: u8
The characteristics of the GTS
status: MacStatus
The status of the GTS reques
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtsConfirm
impl RefUnwindSafe for GtsConfirm
impl Send for GtsConfirm
impl Sync for GtsConfirm
impl Unpin for GtsConfirm
impl UnwindSafe for GtsConfirm
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