#[repr(C)]pub struct D3DPICKRECORD {
pub bOpcode: u8,
pub bPad: u8,
pub dwOffset: u32,
pub dvZ: f32,
}Fields§
§bOpcode: u8§bPad: u8§dwOffset: u32§dvZ: f32Trait Implementations§
Source§impl Abi for D3DPICKRECORD
impl Abi for D3DPICKRECORD
Source§type Abi = D3DPICKRECORD
type Abi = D3DPICKRECORD
The abi representation of the implementing type. Read more
type DefaultType = D3DPICKRECORD
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for D3DPICKRECORD
impl Clone for D3DPICKRECORD
Source§fn clone(&self) -> D3DPICKRECORD
fn clone(&self) -> D3DPICKRECORD
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for D3DPICKRECORD
Source§impl Debug for D3DPICKRECORD
impl Debug for D3DPICKRECORD
Source§impl Default for D3DPICKRECORD
impl Default for D3DPICKRECORD
impl Eq for D3DPICKRECORD
Auto Trait Implementations§
impl Freeze for D3DPICKRECORD
impl RefUnwindSafe for D3DPICKRECORD
impl Send for D3DPICKRECORD
impl Sync for D3DPICKRECORD
impl Unpin for D3DPICKRECORD
impl UnsafeUnpin for D3DPICKRECORD
impl UnwindSafe for D3DPICKRECORD
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