Enum nx::vmem::VirtualRegionType
source · [−]pub enum VirtualRegionType {
Stack,
Heap,
LegacyAlias,
}
Variants
Stack
Heap
LegacyAlias
Auto Trait Implementations
impl RefUnwindSafe for VirtualRegionType
impl Send for VirtualRegionType
impl Sync for VirtualRegionType
impl Unpin for VirtualRegionType
impl UnwindSafe for VirtualRegionType
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more