#[repr(C)]pub struct DzlMenuManager { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for DzlMenuManager
impl RefUnwindSafe for DzlMenuManager
impl !Send for DzlMenuManager
impl !Sync for DzlMenuManager
impl !Unpin for DzlMenuManager
impl UnwindSafe for DzlMenuManager
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