#[repr(u32)]pub enum LocalMemType {
Local = 1,
Global = 2,
}Expand description
Type of local memory supported. This can be set to Self::Local implying dedicated local memory storage such as SRAM, or Self::Global.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalMemType
impl RefUnwindSafe for LocalMemType
impl Send for LocalMemType
impl Sync for LocalMemType
impl Unpin for LocalMemType
impl UnwindSafe for LocalMemType
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