pub enum RAMType {
DDRam,
CGRam,
}
Expand description
RAMType
is the type of memory to access
Variants§
Trait Implementations§
impl Copy for RAMType
impl StructuralPartialEq for RAMType
Auto Trait Implementations§
impl Freeze for RAMType
impl RefUnwindSafe for RAMType
impl Send for RAMType
impl Sync for RAMType
impl Unpin for RAMType
impl UnwindSafe for RAMType
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