Struct D3DLINE
#[repr(C)]pub struct D3DLINE {
pub Anonymous1: D3DLINE_0,
pub Anonymous2: D3DLINE_1,
}
Fields§
§Anonymous1: D3DLINE_0
§Anonymous2: D3DLINE_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for D3DLINE
impl RefUnwindSafe for D3DLINE
impl Send for D3DLINE
impl Sync for D3DLINE
impl Unpin for D3DLINE
impl UnwindSafe for D3DLINE
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