#[repr(transparent)]pub struct STD_HANDLE(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for STD_HANDLE
impl BitAnd for STD_HANDLE
Source§type Output = STD_HANDLE
type Output = STD_HANDLE
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: STD_HANDLE) -> STD_HANDLE
fn bitand(self, rhs: STD_HANDLE) -> STD_HANDLE
Performs the
& operation. Read moreSource§impl BitAndAssign for STD_HANDLE
impl BitAndAssign for STD_HANDLE
Source§fn bitand_assign(&mut self, rhs: STD_HANDLE)
fn bitand_assign(&mut self, rhs: STD_HANDLE)
Performs the
&= operation. Read moreSource§impl BitOr for STD_HANDLE
impl BitOr for STD_HANDLE
Source§type Output = STD_HANDLE
type Output = STD_HANDLE
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: STD_HANDLE) -> STD_HANDLE
fn bitor(self, rhs: STD_HANDLE) -> STD_HANDLE
Performs the
| operation. Read moreSource§impl BitOrAssign for STD_HANDLE
impl BitOrAssign for STD_HANDLE
Source§fn bitor_assign(&mut self, rhs: STD_HANDLE)
fn bitor_assign(&mut self, rhs: STD_HANDLE)
Performs the
|= operation. Read moreSource§impl Clone for STD_HANDLE
impl Clone for STD_HANDLE
Source§fn clone(&self) -> STD_HANDLE
fn clone(&self) -> STD_HANDLE
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 moreSource§impl Debug for STD_HANDLE
impl Debug for STD_HANDLE
Source§impl Default for STD_HANDLE
impl Default for STD_HANDLE
Source§fn default() -> STD_HANDLE
fn default() -> STD_HANDLE
Returns the “default value” for a type. Read more
Source§impl From<u32> for STD_HANDLE
impl From<u32> for STD_HANDLE
Source§fn from(value: u32) -> STD_HANDLE
fn from(value: u32) -> STD_HANDLE
Converts to this type from the input type.
Source§impl Not for STD_HANDLE
impl Not for STD_HANDLE
Source§type Output = STD_HANDLE
type Output = STD_HANDLE
The resulting type after applying the
! operator.Source§fn not(self) -> STD_HANDLE
fn not(self) -> STD_HANDLE
Performs the unary
! operation. Read moreSource§impl PartialEq for STD_HANDLE
impl PartialEq for STD_HANDLE
impl Copy for STD_HANDLE
impl Eq for STD_HANDLE
impl StructuralPartialEq for STD_HANDLE
Auto Trait Implementations§
impl Freeze for STD_HANDLE
impl RefUnwindSafe for STD_HANDLE
impl Send for STD_HANDLE
impl Sync for STD_HANDLE
impl Unpin for STD_HANDLE
impl UnwindSafe for STD_HANDLE
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