#[repr(C)]pub 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