#[repr(C)]pub struct VSC_vbe {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for VSC_vbe
impl RefUnwindSafe for VSC_vbe
impl Send for VSC_vbe
impl Sync for VSC_vbe
impl Unpin for VSC_vbe
impl UnsafeUnpin for VSC_vbe
impl UnwindSafe for VSC_vbe
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