#[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 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 PSResourceType
impl Debug for PSResourceType
Source§impl PartialEq for PSResourceType
impl PartialEq for PSResourceType
impl Copy for PSResourceType
impl Eq for PSResourceType
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 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