pub struct BridgeBooleanOptions {
pub value: BridgeBooleanOptionFlags,
pub mask: BridgeBooleanOptionFlags,
}Expand description
Change multiple bridge boolean options
Fields§
§value: BridgeBooleanOptionFlags§mask: BridgeBooleanOptionFlagsTrait Implementations§
Source§impl Clone for BridgeBooleanOptions
impl Clone for BridgeBooleanOptions
Source§fn clone(&self) -> BridgeBooleanOptions
fn clone(&self) -> BridgeBooleanOptions
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 BridgeBooleanOptions
impl Debug for BridgeBooleanOptions
Source§impl Emitable for BridgeBooleanOptions
impl Emitable for BridgeBooleanOptions
Source§impl PartialEq for BridgeBooleanOptions
impl PartialEq for BridgeBooleanOptions
impl Copy for BridgeBooleanOptions
impl Eq for BridgeBooleanOptions
impl StructuralPartialEq for BridgeBooleanOptions
Auto Trait Implementations§
impl Freeze for BridgeBooleanOptions
impl RefUnwindSafe for BridgeBooleanOptions
impl Send for BridgeBooleanOptions
impl Sync for BridgeBooleanOptions
impl Unpin for BridgeBooleanOptions
impl UnwindSafe for BridgeBooleanOptions
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