pub struct FlashSector {
pub start: u32,
}Fields§
§start: u32Trait Implementations§
Source§impl Clone for FlashSector
impl Clone for FlashSector
Source§fn clone(&self) -> FlashSector
fn clone(&self) -> FlashSector
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 FlashSector
impl Debug for FlashSector
Source§impl Format for FlashSector
impl Format for FlashSector
Source§impl PartialEq for FlashSector
impl PartialEq for FlashSector
impl Copy for FlashSector
impl Eq for FlashSector
impl StructuralPartialEq for FlashSector
Auto Trait Implementations§
impl Freeze for FlashSector
impl RefUnwindSafe for FlashSector
impl Send for FlashSector
impl Sync for FlashSector
impl Unpin for FlashSector
impl UnwindSafe for FlashSector
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