Struct stm32_metapac::metadata::ir::RegularArray
pub struct RegularArray {
pub len: u32,
pub stride: u32,
}
Fields§
§len: u32
§stride: u32
Trait Implementations§
§impl Clone for RegularArray
impl Clone for RegularArray
§fn clone(&self) -> RegularArray
fn clone(&self) -> RegularArray
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 RegularArray
impl Debug for RegularArray
§impl PartialEq for RegularArray
impl PartialEq for RegularArray
§fn eq(&self, other: &RegularArray) -> bool
fn eq(&self, other: &RegularArray) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RegularArray
impl StructuralEq for RegularArray
impl StructuralPartialEq for RegularArray
Auto Trait Implementations§
impl RefUnwindSafe for RegularArray
impl Send for RegularArray
impl Sync for RegularArray
impl Unpin for RegularArray
impl UnwindSafe for RegularArray
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