enum ExtendedClass {
Global(AddressSpace),
Input,
Output,
}
Variants§
Trait Implementations§
source§impl PartialEq for ExtendedClass
impl PartialEq for ExtendedClass
impl StructuralPartialEq for ExtendedClass
Auto Trait Implementations§
impl Freeze for ExtendedClass
impl RefUnwindSafe for ExtendedClass
impl Send for ExtendedClass
impl Sync for ExtendedClass
impl Unpin for ExtendedClass
impl UnwindSafe for ExtendedClass
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