pub struct ClRegisterBits(pub Vec<u32>);Expand description
The sequence of positions of bits in the output.
The indices here refer to the bit identifiers in the operation’s ClExpr::bit_posn.
Registers are little-endian, so the first bit is the least significant.
Tuple Fields§
§0: Vec<u32>Trait Implementations§
Source§impl Clone for ClRegisterBits
impl Clone for ClRegisterBits
Source§fn clone(&self) -> ClRegisterBits
fn clone(&self) -> ClRegisterBits
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 ClRegisterBits
impl Debug for ClRegisterBits
Source§impl Default for ClRegisterBits
impl Default for ClRegisterBits
Source§fn default() -> ClRegisterBits
fn default() -> ClRegisterBits
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClRegisterBits
impl<'de> Deserialize<'de> for ClRegisterBits
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ClRegisterBits
impl PartialEq for ClRegisterBits
Source§impl Serialize for ClRegisterBits
impl Serialize for ClRegisterBits
impl StructuralPartialEq for ClRegisterBits
Auto Trait Implementations§
impl Freeze for ClRegisterBits
impl RefUnwindSafe for ClRegisterBits
impl Send for ClRegisterBits
impl Sync for ClRegisterBits
impl Unpin for ClRegisterBits
impl UnwindSafe for ClRegisterBits
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