[][src]Struct breadx::auto::sync::Ca

#[repr(transparent)]pub struct Ca {
    pub inner: u32,
}

Fields

inner: u32

Implementations

impl Ca[src]

pub fn counter(&self) -> bool[src]

pub fn set_counter(&mut self, val: bool) -> &mut Self[src]

pub fn value_type(&self) -> bool[src]

pub fn set_value_type(&mut self, val: bool) -> &mut Self[src]

pub fn value(&self) -> bool[src]

pub fn set_value(&mut self, val: bool) -> &mut Self[src]

pub fn test_type(&self) -> bool[src]

pub fn set_test_type(&mut self, val: bool) -> &mut Self[src]

pub fn delta(&self) -> bool[src]

pub fn set_delta(&mut self, val: bool) -> &mut Self[src]

pub fn events(&self) -> bool[src]

pub fn set_events(&mut self, val: bool) -> &mut Self[src]

pub fn new(
    counter: bool,
    value_type: bool,
    value: bool,
    test_type: bool,
    delta: bool,
    events: bool
) -> Self
[src]

pub fn count_ones(&self) -> usize[src]

Trait Implementations

impl AsByteSequence for Ca[src]

impl BitAnd<Ca> for Ca[src]

type Output = Ca

The resulting type after applying the & operator.

impl Clone for Ca[src]

impl Copy for Ca[src]

impl Debug for Ca[src]

impl Default for Ca[src]

impl Eq for Ca[src]

impl Not for Ca[src]

type Output = Ca

The resulting type after applying the ! operator.

impl Ord for Ca[src]

impl PartialEq<Ca> for Ca[src]

impl PartialOrd<Ca> for Ca[src]

impl StructuralEq for Ca[src]

impl StructuralPartialEq for Ca[src]

Auto Trait Implementations

impl RefUnwindSafe for Ca[src]

impl Send for Ca[src]

impl Sync for Ca[src]

impl Unpin for Ca[src]

impl UnwindSafe for Ca[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.