pub struct BitRangeFieldId(/* private fields */);Expand description
Identifier of a named register bit range.
Implementations§
Trait Implementations§
Source§impl Clone for BitRangeFieldId
impl Clone for BitRangeFieldId
impl Copy for BitRangeFieldId
Source§impl Debug for BitRangeFieldId
impl Debug for BitRangeFieldId
Source§impl Default for BitRangeFieldId
impl Default for BitRangeFieldId
Source§impl<'de> Deserialize<'de> for BitRangeFieldId
impl<'de> Deserialize<'de> for BitRangeFieldId
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 Display for BitRangeFieldId
impl Display for BitRangeFieldId
impl Eq for BitRangeFieldId
Source§impl From<BitRangeFieldId> for usize
impl From<BitRangeFieldId> for usize
Source§fn from(id: BitRangeFieldId) -> usize
fn from(id: BitRangeFieldId) -> usize
Converts to this type from the input type.
Source§impl From<usize> for BitRangeFieldId
impl From<usize> for BitRangeFieldId
Source§impl Hash for BitRangeFieldId
impl Hash for BitRangeFieldId
impl Identifier for BitRangeFieldId
Source§impl Ord for BitRangeFieldId
impl Ord for BitRangeFieldId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for BitRangeFieldId
impl PartialEq for BitRangeFieldId
Source§impl PartialOrd for BitRangeFieldId
impl PartialOrd for BitRangeFieldId
Auto Trait Implementations§
impl Freeze for BitRangeFieldId
impl RefUnwindSafe for BitRangeFieldId
impl Send for BitRangeFieldId
impl Sync for BitRangeFieldId
impl Unpin for BitRangeFieldId
impl UnsafeUnpin for BitRangeFieldId
impl UnwindSafe for BitRangeFieldId
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