Struct PNDR_CORRELATION_INFO
#[repr(transparent)]pub struct PNDR_CORRELATION_INFO(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for PNDR_CORRELATION_INFO
impl Clone for PNDR_CORRELATION_INFO
§fn clone(&self) -> PNDR_CORRELATION_INFO
fn clone(&self) -> PNDR_CORRELATION_INFO
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 PNDR_CORRELATION_INFO
impl Debug for PNDR_CORRELATION_INFO
§impl Default for PNDR_CORRELATION_INFO
impl Default for PNDR_CORRELATION_INFO
§fn default() -> PNDR_CORRELATION_INFO
fn default() -> PNDR_CORRELATION_INFO
Returns the “default value” for a type. Read more
§impl PartialEq for PNDR_CORRELATION_INFO
impl PartialEq for PNDR_CORRELATION_INFO
impl Copy for PNDR_CORRELATION_INFO
impl Eq for PNDR_CORRELATION_INFO
impl StructuralPartialEq for PNDR_CORRELATION_INFO
Auto Trait Implementations§
impl Freeze for PNDR_CORRELATION_INFO
impl RefUnwindSafe for PNDR_CORRELATION_INFO
impl Send for PNDR_CORRELATION_INFO
impl Sync for PNDR_CORRELATION_INFO
impl Unpin for PNDR_CORRELATION_INFO
impl UnwindSafe for PNDR_CORRELATION_INFO
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