riot_sys

Type Alias coap_resource_subtree_t

Source
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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for _bindgen_ty_12

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for _bindgen_ty_12

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for _bindgen_ty_12