#[repr(C)]pub struct Params {
pub templates: *mut *mut u8,
}Expand description
Parameters of list_templates
Fields§
§templates: *mut *mut u8Pointer to the pointer to the templates.
This pointer is written with a pointer allocated by the scheduler and containing the templates (concatenated one after the other).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Params
impl RefUnwindSafe for Params
impl !Send for Params
impl !Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more