pub struct LwprintfObj<T: CustomOutPut> { /* private fields */ }Expand description
LwPRINTF object with custom output handler.
Implementations§
Source§impl<T: CustomOutPut> LwprintfObj<T>
impl<T: CustomOutPut> LwprintfObj<T>
Sourcepub fn as_mut_ptr(&mut self) -> *mut lwprintf_s
pub fn as_mut_ptr(&mut self) -> *mut lwprintf_s
Get a mutable reference to the underlying lwprintf_t object.
This allows calling sys functions directly with the object.