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