#[repr(C)]pub struct VK_TO_BIT {
pub Vk: u8,
pub ModBits: u8,
}
Fields§
§Vk: u8
§ModBits: u8
Trait Implementations§
impl Copy for VK_TO_BIT
impl Eq for VK_TO_BIT
impl StructuralPartialEq for VK_TO_BIT
Auto Trait Implementations§
impl Freeze for VK_TO_BIT
impl RefUnwindSafe for VK_TO_BIT
impl Send for VK_TO_BIT
impl Sync for VK_TO_BIT
impl Unpin for VK_TO_BIT
impl UnwindSafe for VK_TO_BIT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)