[−][src]Struct gba_types::WaitControlSetting
Implementations
impl WaitControlSetting[src]
#[must_use]pub fn sram_wait(self) -> WaitControlCycles[src]
#[must_use]pub fn wait0_first_access(self) -> WaitControlCycles[src]
#[must_use]pub fn wait0_second_access_1cycle(self) -> bool[src]
#[must_use]pub fn wait1_first_access(self) -> WaitControlCycles[src]
#[must_use]pub fn wait1_second_access_1cycle(self) -> bool[src]
#[must_use]pub fn wait2_first_access(self) -> WaitControlCycles[src]
#[must_use]pub fn wait2_second_access_1cycle(self) -> bool[src]
#[must_use]pub fn phi_terminal(self) -> PhiTerminalOutput[src]
#[must_use]pub fn game_pak_prefetch_enabled(self) -> bool[src]
pub fn set_sram_wait(&mut self, sram_wait: WaitControlCycles)[src]
pub fn set_wait0_first_access(&mut self, wait0_first_access: WaitControlCycles)[src]
pub fn set_wait0_second_access_1cycle(
&mut self,
wait0_second_access_1cycle: bool
)[src]
&mut self,
wait0_second_access_1cycle: bool
)
pub fn set_wait1_first_access(&mut self, wait1_first_access: WaitControlCycles)[src]
pub fn set_wait1_second_access_1cycle(
&mut self,
wait1_second_access_1cycle: bool
)[src]
&mut self,
wait1_second_access_1cycle: bool
)
pub fn set_wait2_first_access(&mut self, wait2_first_access: WaitControlCycles)[src]
pub fn set_wait2_second_access_1cycle(
&mut self,
wait2_second_access_1cycle: bool
)[src]
&mut self,
wait2_second_access_1cycle: bool
)
pub fn set_phi_terminal(&mut self, phi_terminal: PhiTerminalOutput)[src]
pub fn set_game_pak_prefetch_enabled(&mut self, game_pak_prefetch_enabled: bool)[src]
Trait Implementations
impl Clone for WaitControlSetting[src]
fn clone(&self) -> WaitControlSetting[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for WaitControlSetting[src]
impl Debug for WaitControlSetting[src]
impl Default for WaitControlSetting[src]
fn default() -> WaitControlSetting[src]
impl Eq for WaitControlSetting[src]
impl Hash for WaitControlSetting[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for WaitControlSetting[src]
fn cmp(&self, other: &WaitControlSetting) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<WaitControlSetting> for WaitControlSetting[src]
fn eq(&self, other: &WaitControlSetting) -> bool[src]
fn ne(&self, other: &WaitControlSetting) -> bool[src]
impl PartialOrd<WaitControlSetting> for WaitControlSetting[src]
fn partial_cmp(&self, other: &WaitControlSetting) -> Option<Ordering>[src]
fn lt(&self, other: &WaitControlSetting) -> bool[src]
fn le(&self, other: &WaitControlSetting) -> bool[src]
fn gt(&self, other: &WaitControlSetting) -> bool[src]
fn ge(&self, other: &WaitControlSetting) -> bool[src]
impl StructuralEq for WaitControlSetting[src]
impl StructuralPartialEq for WaitControlSetting[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,