Struct D3DLIGHTDATA
#[repr(C)]pub struct D3DLIGHTDATA {
pub dwSize: u32,
pub lpIn: *mut D3DLIGHTINGELEMENT,
pub dwInSize: u32,
pub lpOut: *mut D3DTLVERTEX,
pub dwOutSize: u32,
}
Fields§
§dwSize: u32
§lpIn: *mut D3DLIGHTINGELEMENT
§dwInSize: u32
§lpOut: *mut D3DTLVERTEX
§dwOutSize: u32
Trait Implementations§
§impl Clone for D3DLIGHTDATA
impl Clone for D3DLIGHTDATA
§fn clone(&self) -> D3DLIGHTDATA
fn clone(&self) -> D3DLIGHTDATA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for D3DLIGHTDATA
impl Debug for D3DLIGHTDATA
§impl Default for D3DLIGHTDATA
impl Default for D3DLIGHTDATA
§impl PartialEq for D3DLIGHTDATA
impl PartialEq for D3DLIGHTDATA
impl Copy for D3DLIGHTDATA
impl StructuralPartialEq for D3DLIGHTDATA
Auto Trait Implementations§
impl Freeze for D3DLIGHTDATA
impl RefUnwindSafe for D3DLIGHTDATA
impl !Send for D3DLIGHTDATA
impl !Sync for D3DLIGHTDATA
impl Unpin for D3DLIGHTDATA
impl UnwindSafe for D3DLIGHTDATA
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