pub type coap_resource_subtree_t = _bindgen_ty_12;
Expand description
@brief Type for CoAP resource subtrees
Aliased Type§
struct coap_resource_subtree_t {
pub resources: *const coap_resource_t,
pub resources_numof: u32,
}
Fields§
§resources: *const coap_resource_t
< ptr to resource array
resources_numof: u32
< number of entries in array
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes
Trait Implementations
Source§impl Clone for _bindgen_ty_12
impl Clone for _bindgen_ty_12
Source§fn clone(&self) -> _bindgen_ty_12
fn clone(&self) -> _bindgen_ty_12
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