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.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemManual
impl RefUnwindSafe for MemManual
impl Send for MemManual
impl Sync for MemManual
impl Unpin for MemManual
impl UnwindSafe for MemManual
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