[][src]Trait rttrust::object::Object

pub trait Object {
    fn get_ptr(&self) -> NonNull<rt_object>;

    fn is_systemobject(&self) -> bool { ... }
fn get_type(&self) -> u8 { ... }
fn get_name<'a>(&'a self) -> RtNameRef<'a> { ... } }

Required methods

fn get_ptr(&self) -> NonNull<rt_object>

Loading content...

Provided methods

fn is_systemobject(&self) -> bool

fn get_type(&self) -> u8

fn get_name<'a>(&'a self) -> RtNameRef<'a>

Loading content...

Implementors

impl Object for Mutex[src]

impl Object for Semaphore[src]

impl Object for Thread[src]

impl Object for Timer[src]

Loading content...