[−][src]Struct gba_types::DmaControlSetting
Implementations
impl DmaControlSetting[src]
#[must_use]pub fn dst_addr_control(self) -> DmaDestinationAddressControl[src]
#[must_use]pub fn src_addr_control(self) -> DmaSourceAddressControl[src]
#[must_use]pub fn repeating(self) -> bool[src]
#[must_use]pub fn transfer32(self) -> bool[src]
#[must_use]pub fn start_timing(self) -> u16[src]
#[must_use]pub fn interrupt_when_complete(self) -> bool[src]
#[must_use]pub fn enabled(self) -> bool[src]
pub fn set_dst_addr_control(
&mut self,
dst_addr_control: DmaDestinationAddressControl
)[src]
&mut self,
dst_addr_control: DmaDestinationAddressControl
)
pub fn set_src_addr_control(
&mut self,
src_addr_control: DmaSourceAddressControl
)[src]
&mut self,
src_addr_control: DmaSourceAddressControl
)
pub fn set_repeating(&mut self, repeating: bool)[src]
pub fn set_transfer32(&mut self, transfer32: bool)[src]
pub fn set_start_timing(&mut self, start_timing: u16)[src]
pub fn set_interrupt_when_complete(&mut self, interrupt_when_complete: bool)[src]
pub fn set_enabled(&mut self, enabled: bool)[src]
Trait Implementations
impl Clone for DmaControlSetting[src]
fn clone(&self) -> DmaControlSetting[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for DmaControlSetting[src]
impl Debug for DmaControlSetting[src]
impl Default for DmaControlSetting[src]
fn default() -> DmaControlSetting[src]
impl Eq for DmaControlSetting[src]
impl Hash for DmaControlSetting[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 DmaControlSetting[src]
fn cmp(&self, other: &DmaControlSetting) -> 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<DmaControlSetting> for DmaControlSetting[src]
fn eq(&self, other: &DmaControlSetting) -> bool[src]
fn ne(&self, other: &DmaControlSetting) -> bool[src]
impl PartialOrd<DmaControlSetting> for DmaControlSetting[src]
fn partial_cmp(&self, other: &DmaControlSetting) -> Option<Ordering>[src]
fn lt(&self, other: &DmaControlSetting) -> bool[src]
fn le(&self, other: &DmaControlSetting) -> bool[src]
fn gt(&self, other: &DmaControlSetting) -> bool[src]
fn ge(&self, other: &DmaControlSetting) -> bool[src]
impl StructuralEq for DmaControlSetting[src]
impl StructuralPartialEq for DmaControlSetting[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>,