#[repr(C)]pub(crate) struct nl80211_wowlan_tcp_data_seq {
    pub start: u32,
    pub offset: u32,
    pub len: u32,
}Fields§
§start: u32§offset: u32§len: u32Trait Implementations§
Source§impl Clone for nl80211_wowlan_tcp_data_seq
 
impl Clone for nl80211_wowlan_tcp_data_seq
Source§fn clone(&self) -> nl80211_wowlan_tcp_data_seq
 
fn clone(&self) -> nl80211_wowlan_tcp_data_seq
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 moreSource§impl Debug for nl80211_wowlan_tcp_data_seq
 
impl Debug for nl80211_wowlan_tcp_data_seq
impl Copy for nl80211_wowlan_tcp_data_seq
Auto Trait Implementations§
impl Freeze for nl80211_wowlan_tcp_data_seq
impl RefUnwindSafe for nl80211_wowlan_tcp_data_seq
impl Send for nl80211_wowlan_tcp_data_seq
impl Sync for nl80211_wowlan_tcp_data_seq
impl Unpin for nl80211_wowlan_tcp_data_seq
impl UnwindSafe for nl80211_wowlan_tcp_data_seq
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