struct ConditionSet<'a> {
data: &'a [u8],
conditions: LazyArray16<'a, Offset32>,
}
Fields§
§data: &'a [u8]
§conditions: LazyArray16<'a, Offset32>
Implementations§
Trait Implementations§
Source§impl<'a> Clone for ConditionSet<'a>
impl<'a> Clone for ConditionSet<'a>
Source§fn clone(&self) -> ConditionSet<'a>
fn clone(&self) -> ConditionSet<'a>
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<'a> Debug for ConditionSet<'a>
impl<'a> Debug for ConditionSet<'a>
impl<'a> Copy for ConditionSet<'a>
Auto Trait Implementations§
impl<'a> Freeze for ConditionSet<'a>
impl<'a> RefUnwindSafe for ConditionSet<'a>
impl<'a> Send for ConditionSet<'a>
impl<'a> Sync for ConditionSet<'a>
impl<'a> Unpin for ConditionSet<'a>
impl<'a> UnwindSafe for ConditionSet<'a>
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