Struct riot_sys::auto_init_module_t
source · #[repr(C)]pub struct auto_init_module_t {
pub init: auto_init_fn_t,
}
Expand description
@brief Type to represent a module to be auto-initialized
Fields§
§init: auto_init_fn_t
< Function to initialize the module
Trait Implementations§
source§impl Clone for auto_init_module_t
impl Clone for auto_init_module_t
source§fn clone(&self) -> auto_init_module_t
fn clone(&self) -> auto_init_module_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 moresource§impl Debug for auto_init_module_t
impl Debug for auto_init_module_t
source§impl Default for auto_init_module_t
impl Default for auto_init_module_t
source§fn default() -> auto_init_module_t
fn default() -> auto_init_module_t
Returns the “default value” for a type. Read more
impl Copy for auto_init_module_t
Auto Trait Implementations§
impl RefUnwindSafe for auto_init_module_t
impl Send for auto_init_module_t
impl Sync for auto_init_module_t
impl Unpin for auto_init_module_t
impl UnwindSafe for auto_init_module_t
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