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