pub struct BitInfoPlan {
pub bit: u32,
pub prob: Option<i64>,
pub payload: BitInfoPayloadPlan,
}Fields§
§bit: u32§prob: Option<i64>§payload: BitInfoPayloadPlanImplementations§
Source§impl BitInfoPlan
impl BitInfoPlan
pub const fn scalar(bit: u32, prob: Option<i64>) -> Self
pub fn lv2( bit: u32, encoding: Lv2OrderEncoding, first: Lv2OrderItemPlan, additional: impl IntoIterator<Item = Lv2OrderItemPlan>, ) -> Self
Trait Implementations§
Source§impl Clone for BitInfoPlan
impl Clone for BitInfoPlan
Source§fn clone(&self) -> BitInfoPlan
fn clone(&self) -> BitInfoPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BitInfoPlan
impl Debug for BitInfoPlan
impl Eq for BitInfoPlan
Source§impl PartialEq for BitInfoPlan
impl PartialEq for BitInfoPlan
Source§fn eq(&self, other: &BitInfoPlan) -> bool
fn eq(&self, other: &BitInfoPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BitInfoPlan
Auto Trait Implementations§
impl Freeze for BitInfoPlan
impl RefUnwindSafe for BitInfoPlan
impl Send for BitInfoPlan
impl Sync for BitInfoPlan
impl Unpin for BitInfoPlan
impl UnsafeUnpin for BitInfoPlan
impl UnwindSafe for BitInfoPlan
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.