Macro zircon_object::impl_kobject
source · [−]macro_rules! impl_kobject {
($class:ident $( $fn:tt )*) => { ... };
}Expand description
Macro to auto implement KernelObject trait.
macro_rules! impl_kobject {
($class:ident $( $fn:tt )*) => { ... };
}Macro to auto implement KernelObject trait.