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