Struct stm32_metapac::metadata::ir::RegularBitOffset
pub struct RegularBitOffset {
pub offset: u32,
}
Fields§
§offset: u32
Trait Implementations§
§impl Clone for RegularBitOffset
impl Clone for RegularBitOffset
§fn clone(&self) -> RegularBitOffset
fn clone(&self) -> RegularBitOffset
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 more§impl Debug for RegularBitOffset
impl Debug for RegularBitOffset
§impl PartialEq for RegularBitOffset
impl PartialEq for RegularBitOffset
impl Eq for RegularBitOffset
impl StructuralPartialEq for RegularBitOffset
Auto Trait Implementations§
impl Freeze for RegularBitOffset
impl RefUnwindSafe for RegularBitOffset
impl Send for RegularBitOffset
impl Sync for RegularBitOffset
impl Unpin for RegularBitOffset
impl UnwindSafe for RegularBitOffset
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
)