pub struct FeatureBits(pub [u64; 2]);
Expand description
Bits from Features
in array form
Tuple Fields§
§0: [u64; 2]
Trait Implementations§
source§impl BitAnd for FeatureBits
impl BitAnd for FeatureBits
source§impl BitOr for FeatureBits
impl BitOr for FeatureBits
source§impl BitXor for FeatureBits
impl BitXor for FeatureBits
source§impl Bits for FeatureBits
impl Bits for FeatureBits
source§impl Clone for FeatureBits
impl Clone for FeatureBits
source§fn clone(&self) -> FeatureBits
fn clone(&self) -> FeatureBits
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 Debug for FeatureBits
impl Debug for FeatureBits
source§impl Default for FeatureBits
impl Default for FeatureBits
source§fn default() -> FeatureBits
fn default() -> FeatureBits
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FeatureBits
impl<'de> Deserialize<'de> for FeatureBits
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 From<FeatureBits> for Features
impl From<FeatureBits> for Features
source§fn from(value: FeatureBits) -> Self
fn from(value: FeatureBits) -> Self
Converts to this type from the input type.
source§impl From<Features> for FeatureBits
impl From<Features> for FeatureBits
source§impl Not for FeatureBits
impl Not for FeatureBits
source§impl ParseHex for FeatureBits
Available on crate feature serde
only.
impl ParseHex for FeatureBits
Available on crate feature
serde
only.source§impl PartialEq for FeatureBits
impl PartialEq for FeatureBits
source§impl Serialize for FeatureBits
impl Serialize for FeatureBits
source§impl WriteHex for FeatureBits
Available on crate feature serde
only.
impl WriteHex for FeatureBits
Available on crate feature
serde
only.impl Copy for FeatureBits
impl Eq for FeatureBits
impl StructuralPartialEq for FeatureBits
Auto Trait Implementations§
impl Freeze for FeatureBits
impl RefUnwindSafe for FeatureBits
impl Send for FeatureBits
impl Sync for FeatureBits
impl Unpin for FeatureBits
impl UnwindSafe for FeatureBits
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,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)