Struct windows::Win32::System::Performance::AutoPathFormat
#[repr(transparent)]pub struct AutoPathFormat(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for AutoPathFormat
impl Clone for AutoPathFormat
§fn clone(&self) -> AutoPathFormat
fn clone(&self) -> AutoPathFormat
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 AutoPathFormat
impl Debug for AutoPathFormat
§impl Default for AutoPathFormat
impl Default for AutoPathFormat
§fn default() -> AutoPathFormat
fn default() -> AutoPathFormat
Returns the “default value” for a type. Read more
§impl PartialEq for AutoPathFormat
impl PartialEq for AutoPathFormat
§fn eq(&self, other: &AutoPathFormat) -> bool
fn eq(&self, other: &AutoPathFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AutoPathFormat
impl Eq for AutoPathFormat
impl StructuralPartialEq for AutoPathFormat
Auto Trait Implementations§
impl Freeze for AutoPathFormat
impl RefUnwindSafe for AutoPathFormat
impl Send for AutoPathFormat
impl Sync for AutoPathFormat
impl Unpin for AutoPathFormat
impl UnwindSafe for AutoPathFormat
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)