#[repr(C)]pub struct sd_mbr_command_compare_t {
pub ptr1: *mut u32,
pub ptr2: *mut u32,
pub len: u32,
}
Expand description
@brief This command works like memcmp, but takes the length in words.
@retval ::NRF_SUCCESS indicates that the contents of both memory blocks are equal. @retval ::NRF_ERROR_NULL indicates that the contents of the memory blocks are not equal.
Fields§
§ptr1: *mut u32
< Pointer to block of memory.
ptr2: *mut u32
< Pointer to block of memory.
len: u32
< Number of 32 bit words to compare.
Trait Implementations§
source§impl Clone for sd_mbr_command_compare_t
impl Clone for sd_mbr_command_compare_t
source§fn clone(&self) -> sd_mbr_command_compare_t
fn clone(&self) -> sd_mbr_command_compare_t
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