Struct MemManual
pub struct MemManual {}Expand description
No memory management, user responsible for not leaking.
This is used for all Object derivates, which are not RefCounted. Object itself is also excluded.
pub struct MemManual {}No memory management, user responsible for not leaking.
This is used for all Object derivates, which are not RefCounted. Object itself is also excluded.