pub struct epan_uat { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for epan_uat
impl RefUnwindSafe for epan_uat
impl Send for epan_uat
impl Sync for epan_uat
impl Unpin for epan_uat
impl UnwindSafe for epan_uat
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