#[repr(u32)]pub enum PSResourceType {
PS_RESOURCE_CSA = 0,
PS_RESOURCE_CRD = 1,
}Variants§
Trait Implementations§
Source§impl Clone for PSResourceType
impl Clone for PSResourceType
Source§fn clone(&self) -> PSResourceType
fn clone(&self) -> PSResourceType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PSResourceType
Source§impl Debug for PSResourceType
impl Debug for PSResourceType
impl Eq for PSResourceType
Source§impl PartialEq for PSResourceType
impl PartialEq for PSResourceType
Source§fn eq(&self, other: &PSResourceType) -> bool
fn eq(&self, other: &PSResourceType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PSResourceType
Auto Trait Implementations§
impl Freeze for PSResourceType
impl RefUnwindSafe for PSResourceType
impl Send for PSResourceType
impl Sync for PSResourceType
impl Unpin for PSResourceType
impl UnsafeUnpin for PSResourceType
impl UnwindSafe for PSResourceType
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