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