Struct riot_sys::coap_block_slicer_t
source · #[repr(C)]pub struct coap_block_slicer_t {
pub start: size_t,
pub end: size_t,
pub cur: size_t,
pub opt: *mut u8,
}
Expand description
@brief Blockwise transfer helper struct
Fields§
§start: size_t
< Start offset of the current block
end: size_t
< End offset of the current block
cur: size_t
< Offset of the generated content
opt: *mut u8
< Pointer to the placed option
Trait Implementations§
source§impl Clone for coap_block_slicer_t
impl Clone for coap_block_slicer_t
source§fn clone(&self) -> coap_block_slicer_t
fn clone(&self) -> coap_block_slicer_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