Struct KSDS3D_LISTENER_ORIENTATION
#[repr(C)]pub struct KSDS3D_LISTENER_ORIENTATION {
pub Front: DS3DVECTOR,
pub Top: DS3DVECTOR,
}Fields§
§Front: DS3DVECTOR§Top: DS3DVECTORTrait Implementations§
§impl Clone for KSDS3D_LISTENER_ORIENTATION
impl Clone for KSDS3D_LISTENER_ORIENTATION
§fn clone(&self) -> KSDS3D_LISTENER_ORIENTATION
fn clone(&self) -> KSDS3D_LISTENER_ORIENTATION
Returns a duplicate 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 Default for KSDS3D_LISTENER_ORIENTATION
impl Default for KSDS3D_LISTENER_ORIENTATION
impl Copy for KSDS3D_LISTENER_ORIENTATION
Auto Trait Implementations§
impl Freeze for KSDS3D_LISTENER_ORIENTATION
impl RefUnwindSafe for KSDS3D_LISTENER_ORIENTATION
impl Send for KSDS3D_LISTENER_ORIENTATION
impl Sync for KSDS3D_LISTENER_ORIENTATION
impl Unpin for KSDS3D_LISTENER_ORIENTATION
impl UnwindSafe for KSDS3D_LISTENER_ORIENTATION
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