#[repr(C)]pub struct RateSelectionOffloadExtension {
pub supported: bool,
}
Fields§
§supported: bool
Trait Implementations§
source§impl Clone for RateSelectionOffloadExtension
impl Clone for RateSelectionOffloadExtension
source§fn clone(&self) -> RateSelectionOffloadExtension
fn clone(&self) -> RateSelectionOffloadExtension
Returns a copy 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 PartialEq<RateSelectionOffloadExtension> for RateSelectionOffloadExtension
impl PartialEq<RateSelectionOffloadExtension> for RateSelectionOffloadExtension
source§fn eq(&self, other: &RateSelectionOffloadExtension) -> bool
fn eq(&self, other: &RateSelectionOffloadExtension) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.