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