#[repr(C)]pub struct St25tbPollerEventDataModeRequestWriteParams {
pub block_number: u8,
pub block_data: u32,
}Fields§
§block_number: u8§block_data: u32Trait Implementations§
Source§impl Clone for St25tbPollerEventDataModeRequestWriteParams
impl Clone for St25tbPollerEventDataModeRequestWriteParams
Source§fn clone(&self) -> St25tbPollerEventDataModeRequestWriteParams
fn clone(&self) -> St25tbPollerEventDataModeRequestWriteParams
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 moreimpl Copy for St25tbPollerEventDataModeRequestWriteParams
Auto Trait Implementations§
impl Freeze for St25tbPollerEventDataModeRequestWriteParams
impl RefUnwindSafe for St25tbPollerEventDataModeRequestWriteParams
impl Send for St25tbPollerEventDataModeRequestWriteParams
impl Sync for St25tbPollerEventDataModeRequestWriteParams
impl Unpin for St25tbPollerEventDataModeRequestWriteParams
impl UnwindSafe for St25tbPollerEventDataModeRequestWriteParams
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