#[repr(C)]pub struct SaeFeature {
pub driver_handler_supported: bool,
pub sme_handler_supported: bool,
}
Fields§
§driver_handler_supported: bool
§sme_handler_supported: bool
Trait Implementations§
Source§impl Clone for SaeFeature
impl Clone for SaeFeature
Source§fn clone(&self) -> SaeFeature
fn clone(&self) -> SaeFeature
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 SaeFeature
impl Debug for SaeFeature
Source§impl PartialEq for SaeFeature
impl PartialEq for SaeFeature
impl Copy for SaeFeature
impl StructuralPartialEq for SaeFeature
Auto Trait Implementations§
impl Freeze for SaeFeature
impl RefUnwindSafe for SaeFeature
impl Send for SaeFeature
impl Sync for SaeFeature
impl Unpin for SaeFeature
impl UnwindSafe for SaeFeature
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)