#[repr(C)]pub(crate) struct nl80211_wowlan_tcp_data_token {
    pub offset: u32,
    pub len: u32,
    pub token_stream: __IncompleteArrayField<u8>,
}Fields§
§offset: u32§len: u32§token_stream: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for nl80211_wowlan_tcp_data_token
impl RefUnwindSafe for nl80211_wowlan_tcp_data_token
impl Send for nl80211_wowlan_tcp_data_token
impl Sync for nl80211_wowlan_tcp_data_token
impl Unpin for nl80211_wowlan_tcp_data_token
impl UnwindSafe for nl80211_wowlan_tcp_data_token
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