#[repr(i32)]pub enum GPCDescType {
GPC_DESCRIPTOR_DCT = 0,
GPC_DESCRIPTOR_WHT = 1,
}Expand description
Descriptor types for the Global Patch Collider.
Variants§
Trait Implementations§
Source§impl Clone for GPCDescType
impl Clone for GPCDescType
Source§fn clone(&self) -> GPCDescType
fn clone(&self) -> GPCDescType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GPCDescType
impl Debug for GPCDescType
Source§impl From<GPCDescType> for i32
impl From<GPCDescType> for i32
Source§fn from(v: GPCDescType) -> Self
fn from(v: GPCDescType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GPCDescType
impl PartialEq for GPCDescType
Source§impl TryFrom<i32> for GPCDescType
impl TryFrom<i32> for GPCDescType
impl Copy for GPCDescType
impl Eq for GPCDescType
impl StructuralPartialEq for GPCDescType
Auto Trait Implementations§
impl Freeze for GPCDescType
impl RefUnwindSafe for GPCDescType
impl Send for GPCDescType
impl Sync for GPCDescType
impl Unpin for GPCDescType
impl UnwindSafe for GPCDescType
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)