Struct windows::Win32::System::Ioctl::GPT_ATTRIBUTES
#[repr(transparent)]pub struct GPT_ATTRIBUTES(pub u64);
Tuple Fields§
§0: u64
Implementations§
§impl GPT_ATTRIBUTES
impl GPT_ATTRIBUTES
Trait Implementations§
§impl BitAnd for GPT_ATTRIBUTES
impl BitAnd for GPT_ATTRIBUTES
§impl BitAndAssign for GPT_ATTRIBUTES
impl BitAndAssign for GPT_ATTRIBUTES
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for GPT_ATTRIBUTES
impl BitOr for GPT_ATTRIBUTES
§impl BitOrAssign for GPT_ATTRIBUTES
impl BitOrAssign for GPT_ATTRIBUTES
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for GPT_ATTRIBUTES
impl Clone for GPT_ATTRIBUTES
§fn clone(&self) -> GPT_ATTRIBUTES
fn clone(&self) -> GPT_ATTRIBUTES
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 GPT_ATTRIBUTES
impl Debug for GPT_ATTRIBUTES
§impl Default for GPT_ATTRIBUTES
impl Default for GPT_ATTRIBUTES
§fn default() -> GPT_ATTRIBUTES
fn default() -> GPT_ATTRIBUTES
Returns the “default value” for a type. Read more
§impl Not for GPT_ATTRIBUTES
impl Not for GPT_ATTRIBUTES
§impl PartialEq for GPT_ATTRIBUTES
impl PartialEq for GPT_ATTRIBUTES
§fn eq(&self, other: &GPT_ATTRIBUTES) -> bool
fn eq(&self, other: &GPT_ATTRIBUTES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GPT_ATTRIBUTES
impl Eq for GPT_ATTRIBUTES
impl StructuralPartialEq for GPT_ATTRIBUTES
Auto Trait Implementations§
impl Freeze for GPT_ATTRIBUTES
impl RefUnwindSafe for GPT_ATTRIBUTES
impl Send for GPT_ATTRIBUTES
impl Sync for GPT_ATTRIBUTES
impl Unpin for GPT_ATTRIBUTES
impl UnwindSafe for GPT_ATTRIBUTES
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
)