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