#[repr(C)]pub struct nl80211_txrate_he {
pub mcs: [__u16; 8],
}
Fields§
§mcs: [__u16; 8]
Trait Implementations§
Source§impl Clone for nl80211_txrate_he
impl Clone for nl80211_txrate_he
Source§fn clone(&self) -> nl80211_txrate_he
fn clone(&self) -> nl80211_txrate_he
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_txrate_he
impl Debug for nl80211_txrate_he
impl Copy for nl80211_txrate_he
Auto Trait Implementations§
impl Freeze for nl80211_txrate_he
impl RefUnwindSafe for nl80211_txrate_he
impl Send for nl80211_txrate_he
impl Sync for nl80211_txrate_he
impl Unpin for nl80211_txrate_he
impl UnwindSafe for nl80211_txrate_he
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