Struct rust_hdl_core::shortbitvec::ShortBitVec [−][src]
pub struct ShortBitVec<const N: usize>(_);
Implementations
Trait Implementations
type Output = ShortBitVec<N>
type Output = ShortBitVec<N>
The resulting type after applying the +
operator.
Performs the +
operation. Read more
type Output = ShortBitVec<N>
type Output = ShortBitVec<N>
The resulting type after applying the &
operator.
Performs the &
operation. Read more
type Output = ShortBitVec<N>
type Output = ShortBitVec<N>
The resulting type after applying the |
operator.
Performs the |
operation. Read more
type Output = ShortBitVec<N>
type Output = ShortBitVec<N>
The resulting type after applying the ^
operator.
Performs the ^
operation. Read more
Performs the conversion.
Performs the conversion.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
type Output = ShortBitVec<N>
type Output = ShortBitVec<N>
The resulting type after applying the <<
operator.
Performs the <<
operation. Read more
type Output = ShortBitVec<N>
type Output = ShortBitVec<N>
The resulting type after applying the >>
operator.
Performs the >>
operation. Read more
type Output = ShortBitVec<N>
type Output = ShortBitVec<N>
The resulting type after applying the -
operator.
Performs the -
operation. Read more
Auto Trait Implementations
impl<const N: usize> RefUnwindSafe for ShortBitVec<N>
impl<const N: usize> Send for ShortBitVec<N>
impl<const N: usize> Sync for ShortBitVec<N>
impl<const N: usize> Unpin for ShortBitVec<N>
impl<const N: usize> UnwindSafe for ShortBitVec<N>
Blanket Implementations
Mutably borrows from an owned value. Read more