Struct riot_sys::PPI_FORK_Type
source · [−]#[repr(C)]pub struct PPI_FORK_Type {
pub TEP: u32,
}
Expand description
@brief PPI_FORK [FORK] (Fork)
Fields
TEP: u32
< (@ 0x00000000) Description cluster: Channel n task end-point
Trait Implementations
sourceimpl Clone for PPI_FORK_Type
impl Clone for PPI_FORK_Type
sourcefn clone(&self) -> PPI_FORK_Type
fn clone(&self) -> PPI_FORK_Type
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PPI_FORK_Type
impl Debug for PPI_FORK_Type
sourceimpl Default for PPI_FORK_Type
impl Default for PPI_FORK_Type
sourcefn default() -> PPI_FORK_Type
fn default() -> PPI_FORK_Type
Returns the “default value” for a type. Read more
impl Copy for PPI_FORK_Type
Auto Trait Implementations
impl RefUnwindSafe for PPI_FORK_Type
impl Send for PPI_FORK_Type
impl Sync for PPI_FORK_Type
impl Unpin for PPI_FORK_Type
impl UnwindSafe for PPI_FORK_Type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more