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