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