Struct NafId
#[repr(C)]pub struct NafId {
pub fqnd_len: u32,
pub fqnd: [c_char; 255],
pub security_protocol_id: [u8; 5],
}Fields§
§fqnd_len: u32§fqnd: [c_char; 255]FQDN of the NAF.
security_protocol_id: [u8; 5]Identifies the security protocol of the bootstrapping application per 3GPP TS 33.220 Annex H.
Auto Trait Implementations§
impl Freeze for NafId
impl RefUnwindSafe for NafId
impl Send for NafId
impl Sync for NafId
impl Unpin for NafId
impl UnwindSafe for NafId
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