#[repr(C)]pub struct GtsRequest {
pub characteristics: GtsCharacteristics,
pub security_level: SecurityLevel,
pub key_id_mode: KeyIdMode,
pub key_index: u8,
pub key_source: [u8; 8],
}
Expand description
MLME GTS Request used to request and maintain GTSs
Fields§
§characteristics: GtsCharacteristics
the characteristics of the GTS
security_level: SecurityLevel
the security level to be used
key_id_mode: KeyIdMode
the mode used to identify the key to be used
key_index: u8
the index of the key to be used
key_source: [u8; 8]
the originator of the key to be used
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtsRequest
impl RefUnwindSafe for GtsRequest
impl Send for GtsRequest
impl Sync for GtsRequest
impl Unpin for GtsRequest
impl UnwindSafe for GtsRequest
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