#[repr(transparent)]pub struct Psor(pub u32);Expand description
Port Set Output
Tuple Fields§
§0: u32Implementations§
Source§impl Psor
impl Psor
Sourcepub const fn set_ptso10(&mut self, val: Ptso10)
pub const fn set_ptso10(&mut self, val: Ptso10)
Port Set Output
Sourcepub const fn set_ptso11(&mut self, val: Ptso11)
pub const fn set_ptso11(&mut self, val: Ptso11)
Port Set Output
Sourcepub const fn set_ptso12(&mut self, val: Ptso12)
pub const fn set_ptso12(&mut self, val: Ptso12)
Port Set Output
Sourcepub const fn set_ptso13(&mut self, val: Ptso13)
pub const fn set_ptso13(&mut self, val: Ptso13)
Port Set Output
Sourcepub const fn set_ptso14(&mut self, val: Ptso14)
pub const fn set_ptso14(&mut self, val: Ptso14)
Port Set Output
Sourcepub const fn set_ptso15(&mut self, val: Ptso15)
pub const fn set_ptso15(&mut self, val: Ptso15)
Port Set Output
Sourcepub const fn set_ptso16(&mut self, val: Ptso16)
pub const fn set_ptso16(&mut self, val: Ptso16)
Port Set Output
Sourcepub const fn set_ptso17(&mut self, val: Ptso17)
pub const fn set_ptso17(&mut self, val: Ptso17)
Port Set Output
Sourcepub const fn set_ptso18(&mut self, val: Ptso18)
pub const fn set_ptso18(&mut self, val: Ptso18)
Port Set Output
Sourcepub const fn set_ptso19(&mut self, val: Ptso19)
pub const fn set_ptso19(&mut self, val: Ptso19)
Port Set Output
Sourcepub const fn set_ptso20(&mut self, val: Ptso20)
pub const fn set_ptso20(&mut self, val: Ptso20)
Port Set Output
Sourcepub const fn set_ptso21(&mut self, val: Ptso21)
pub const fn set_ptso21(&mut self, val: Ptso21)
Port Set Output
Sourcepub const fn set_ptso22(&mut self, val: Ptso22)
pub const fn set_ptso22(&mut self, val: Ptso22)
Port Set Output
Sourcepub const fn set_ptso23(&mut self, val: Ptso23)
pub const fn set_ptso23(&mut self, val: Ptso23)
Port Set Output
Sourcepub const fn set_ptso24(&mut self, val: Ptso24)
pub const fn set_ptso24(&mut self, val: Ptso24)
Port Set Output
Sourcepub const fn set_ptso25(&mut self, val: Ptso25)
pub const fn set_ptso25(&mut self, val: Ptso25)
Port Set Output
Sourcepub const fn set_ptso26(&mut self, val: Ptso26)
pub const fn set_ptso26(&mut self, val: Ptso26)
Port Set Output
Sourcepub const fn set_ptso27(&mut self, val: Ptso27)
pub const fn set_ptso27(&mut self, val: Ptso27)
Port Set Output
Sourcepub const fn set_ptso28(&mut self, val: Ptso28)
pub const fn set_ptso28(&mut self, val: Ptso28)
Port Set Output
Sourcepub const fn set_ptso29(&mut self, val: Ptso29)
pub const fn set_ptso29(&mut self, val: Ptso29)
Port Set Output
Sourcepub const fn set_ptso30(&mut self, val: Ptso30)
pub const fn set_ptso30(&mut self, val: Ptso30)
Port Set Output
Sourcepub const fn set_ptso31(&mut self, val: Ptso31)
pub const fn set_ptso31(&mut self, val: Ptso31)
Port Set Output
Trait Implementations§
impl Copy for Psor
impl Eq for Psor
impl StructuralPartialEq for Psor
Auto Trait Implementations§
impl Freeze for Psor
impl RefUnwindSafe for Psor
impl Send for Psor
impl Sync for Psor
impl Unpin for Psor
impl UnwindSafe for Psor
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