#[repr(transparent)]pub struct Polsel(pub u32);Expand description
Policy Select
Tuple Fields§
§0: u32Implementations§
Source§impl Polsel
impl Polsel
Sourcepub const fn reg0_policy(&self) -> Reg0Policy
pub const fn reg0_policy(&self) -> Reg0Policy
Policy Select for Region 0
Sourcepub const fn set_reg0_policy(&mut self, val: Reg0Policy)
pub const fn set_reg0_policy(&mut self, val: Reg0Policy)
Policy Select for Region 0
Sourcepub const fn reg1_policy(&self) -> Reg1Policy
pub const fn reg1_policy(&self) -> Reg1Policy
Policy Select for Region 0
Sourcepub const fn set_reg1_policy(&mut self, val: Reg1Policy)
pub const fn set_reg1_policy(&mut self, val: Reg1Policy)
Policy Select for Region 0
Sourcepub const fn reg02_policy(&self) -> Reg02Policy
pub const fn reg02_policy(&self) -> Reg02Policy
Policy Select for Region 0
Sourcepub const fn set_reg02_policy(&mut self, val: Reg02Policy)
pub const fn set_reg02_policy(&mut self, val: Reg02Policy)
Policy Select for Region 0
Trait Implementations§
impl Copy for Polsel
impl Eq for Polsel
impl StructuralPartialEq for Polsel
Auto Trait Implementations§
impl Freeze for Polsel
impl RefUnwindSafe for Polsel
impl Send for Polsel
impl Sync for Polsel
impl Unpin for Polsel
impl UnwindSafe for Polsel
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