pub struct R(_);
Expand description
Register REGION_PMS_CONSTRAIN_1
reader
Implementations
sourceimpl R
impl R
sourcepub fn region_pms_constrain_world_0_area_0(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_0_R
pub fn region_pms_constrain_world_0_area_0(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_0_R
Bits 0:1 - region_pms_constrain_world_0_area_0
sourcepub fn region_pms_constrain_world_0_area_1(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_1_R
pub fn region_pms_constrain_world_0_area_1(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_1_R
Bits 2:3 - region_pms_constrain_world_0_area_1
sourcepub fn region_pms_constrain_world_0_area_2(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_2_R
pub fn region_pms_constrain_world_0_area_2(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_2_R
Bits 4:5 - region_pms_constrain_world_0_area_2
sourcepub fn region_pms_constrain_world_0_area_3(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_3_R
pub fn region_pms_constrain_world_0_area_3(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_3_R
Bits 6:7 - region_pms_constrain_world_0_area_3
sourcepub fn region_pms_constrain_world_0_area_4(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_4_R
pub fn region_pms_constrain_world_0_area_4(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_4_R
Bits 8:9 - region_pms_constrain_world_0_area_4
sourcepub fn region_pms_constrain_world_0_area_5(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_5_R
pub fn region_pms_constrain_world_0_area_5(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_5_R
Bits 10:11 - region_pms_constrain_world_0_area_5
sourcepub fn region_pms_constrain_world_0_area_6(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_6_R
pub fn region_pms_constrain_world_0_area_6(
&self
) -> REGION_PMS_CONSTRAIN_WORLD_0_AREA_6_R
Bits 12:13 - region_pms_constrain_world_0_area_6
Methods from Deref<Target = R<REGION_PMS_CONSTRAIN_1_SPEC>>
Trait Implementations
sourceimpl From<R<REGION_PMS_CONSTRAIN_1_SPEC>> for R
impl From<R<REGION_PMS_CONSTRAIN_1_SPEC>> for R
sourcefn from(reader: R<REGION_PMS_CONSTRAIN_1_SPEC>) -> Self
fn from(reader: R<REGION_PMS_CONSTRAIN_1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more