Trait avr_oxide::AsStaticRefMut
source · pub trait AsStaticRefMut<T>: AsStaticRef<T>where
T: ?Sized,{
// Required method
unsafe fn as_static_ref_mut(&mut self) -> &'static mut T;
}
pub trait AsStaticRefMut<T>: AsStaticRef<T>where
T: ?Sized,{
// Required method
unsafe fn as_static_ref_mut(&mut self) -> &'static mut T;
}