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