#[repr(C)]pub struct DfsFeature {
pub supported: bool,
}
Fields§
§supported: bool
Trait Implementations§
Source§impl Clone for DfsFeature
impl Clone for DfsFeature
Source§fn clone(&self) -> DfsFeature
fn clone(&self) -> DfsFeature
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 DfsFeature
impl Debug for DfsFeature
Source§impl PartialEq for DfsFeature
impl PartialEq for DfsFeature
impl Copy for DfsFeature
impl StructuralPartialEq for DfsFeature
Auto Trait Implementations§
impl Freeze for DfsFeature
impl RefUnwindSafe for DfsFeature
impl Send for DfsFeature
impl Sync for DfsFeature
impl Unpin for DfsFeature
impl UnwindSafe for DfsFeature
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
)