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