pub struct Interfaces(/* private fields */);Expand description
A set of supported target interfaces.
This implements IntoIterator, so you can call .into_iter() to iterate over the contained
Interfaces.
Implementations§
Trait Implementations§
Source§impl Clone for Interfaces
impl Clone for Interfaces
Source§fn clone(&self) -> Interfaces
fn clone(&self) -> Interfaces
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 Interfaces
impl Debug for Interfaces
Source§impl IntoIterator for Interfaces
impl IntoIterator for Interfaces
Source§impl PartialEq for Interfaces
impl PartialEq for Interfaces
impl Copy for Interfaces
impl Eq for Interfaces
impl StructuralPartialEq for Interfaces
Auto Trait Implementations§
impl Freeze for Interfaces
impl RefUnwindSafe for Interfaces
impl Send for Interfaces
impl Sync for Interfaces
impl Unpin for Interfaces
impl UnwindSafe for Interfaces
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