#[repr(C, packed(1))]pub struct nl80211_sta_flag_update {
pub mask: __u32,
pub set: __u32,
}
Fields§
§mask: __u32
§set: __u32
Trait Implementations§
Source§impl Clone for nl80211_sta_flag_update
impl Clone for nl80211_sta_flag_update
Source§fn clone(&self) -> nl80211_sta_flag_update
fn clone(&self) -> nl80211_sta_flag_update
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_sta_flag_update
impl Debug for nl80211_sta_flag_update
impl Copy for nl80211_sta_flag_update
Auto Trait Implementations§
impl Freeze for nl80211_sta_flag_update
impl RefUnwindSafe for nl80211_sta_flag_update
impl Send for nl80211_sta_flag_update
impl Sync for nl80211_sta_flag_update
impl Unpin for nl80211_sta_flag_update
impl UnwindSafe for nl80211_sta_flag_update
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