Union D3DLINE_0
#[repr(C)]
pub union D3DLINE_0 {
pub v1: u16,
pub wV1: u16,
}
Fields§
§v1: u16
§wV1: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for D3DLINE_0
impl RefUnwindSafe for D3DLINE_0
impl Send for D3DLINE_0
impl Sync for D3DLINE_0
impl Unpin for D3DLINE_0
impl UnwindSafe for D3DLINE_0
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