#[repr(C)]pub struct dap_transfer_block_request_write {
pub command: u8,
pub index: u8,
pub block_count: [u8; 2],
pub request: u8,
pub data: [[u8; 4]; 256],
}Fields§
§command: u8§index: u8§block_count: [u8; 2]§request: u8§data: [[u8; 4]; 256]Trait Implementations§
Source§impl Clone for dap_transfer_block_request_write
impl Clone for dap_transfer_block_request_write
Source§fn clone(&self) -> dap_transfer_block_request_write
fn clone(&self) -> dap_transfer_block_request_write
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 dap_transfer_block_request_write
Auto Trait Implementations§
impl Freeze for dap_transfer_block_request_write
impl RefUnwindSafe for dap_transfer_block_request_write
impl Send for dap_transfer_block_request_write
impl Sync for dap_transfer_block_request_write
impl Unpin for dap_transfer_block_request_write
impl UnwindSafe for dap_transfer_block_request_write
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