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