#[repr(C)]pub(crate) struct nl80211_wowlan_tcp_data_token_feature {
    pub min_len: u32,
    pub max_len: u32,
    pub bufsize: u32,
}Fields§
§min_len: u32§max_len: u32§bufsize: u32Trait Implementations§
Source§impl Clone for nl80211_wowlan_tcp_data_token_feature
 
impl Clone for nl80211_wowlan_tcp_data_token_feature
Source§fn clone(&self) -> nl80211_wowlan_tcp_data_token_feature
 
fn clone(&self) -> nl80211_wowlan_tcp_data_token_feature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for nl80211_wowlan_tcp_data_token_feature
Auto Trait Implementations§
impl Freeze for nl80211_wowlan_tcp_data_token_feature
impl RefUnwindSafe for nl80211_wowlan_tcp_data_token_feature
impl Send for nl80211_wowlan_tcp_data_token_feature
impl Sync for nl80211_wowlan_tcp_data_token_feature
impl Unpin for nl80211_wowlan_tcp_data_token_feature
impl UnwindSafe for nl80211_wowlan_tcp_data_token_feature
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