#[repr(transparent)]pub struct Pcor(pub u32);Expand description
Port Clear Output
Tuple Fields§
§0: u32Implementations§
Source§impl Pcor
impl Pcor
Sourcepub const fn set_ptco10(&mut self, val: Ptco10)
pub const fn set_ptco10(&mut self, val: Ptco10)
Port Clear Output
Sourcepub const fn set_ptco11(&mut self, val: Ptco11)
pub const fn set_ptco11(&mut self, val: Ptco11)
Port Clear Output
Sourcepub const fn set_ptco12(&mut self, val: Ptco12)
pub const fn set_ptco12(&mut self, val: Ptco12)
Port Clear Output
Sourcepub const fn set_ptco13(&mut self, val: Ptco13)
pub const fn set_ptco13(&mut self, val: Ptco13)
Port Clear Output
Sourcepub const fn set_ptco14(&mut self, val: Ptco14)
pub const fn set_ptco14(&mut self, val: Ptco14)
Port Clear Output
Sourcepub const fn set_ptco15(&mut self, val: Ptco15)
pub const fn set_ptco15(&mut self, val: Ptco15)
Port Clear Output
Sourcepub const fn set_ptco16(&mut self, val: Ptco16)
pub const fn set_ptco16(&mut self, val: Ptco16)
Port Clear Output
Sourcepub const fn set_ptco17(&mut self, val: Ptco17)
pub const fn set_ptco17(&mut self, val: Ptco17)
Port Clear Output
Sourcepub const fn set_ptco18(&mut self, val: Ptco18)
pub const fn set_ptco18(&mut self, val: Ptco18)
Port Clear Output
Sourcepub const fn set_ptco19(&mut self, val: Ptco19)
pub const fn set_ptco19(&mut self, val: Ptco19)
Port Clear Output
Sourcepub const fn set_ptco20(&mut self, val: Ptco20)
pub const fn set_ptco20(&mut self, val: Ptco20)
Port Clear Output
Sourcepub const fn set_ptco21(&mut self, val: Ptco21)
pub const fn set_ptco21(&mut self, val: Ptco21)
Port Clear Output
Sourcepub const fn set_ptco22(&mut self, val: Ptco22)
pub const fn set_ptco22(&mut self, val: Ptco22)
Port Clear Output
Sourcepub const fn set_ptco23(&mut self, val: Ptco23)
pub const fn set_ptco23(&mut self, val: Ptco23)
Port Clear Output
Sourcepub const fn set_ptco24(&mut self, val: Ptco24)
pub const fn set_ptco24(&mut self, val: Ptco24)
Port Clear Output
Sourcepub const fn set_ptco25(&mut self, val: Ptco25)
pub const fn set_ptco25(&mut self, val: Ptco25)
Port Clear Output
Sourcepub const fn set_ptco26(&mut self, val: Ptco26)
pub const fn set_ptco26(&mut self, val: Ptco26)
Port Clear Output
Sourcepub const fn set_ptco27(&mut self, val: Ptco27)
pub const fn set_ptco27(&mut self, val: Ptco27)
Port Clear Output
Sourcepub const fn set_ptco28(&mut self, val: Ptco28)
pub const fn set_ptco28(&mut self, val: Ptco28)
Port Clear Output
Sourcepub const fn set_ptco29(&mut self, val: Ptco29)
pub const fn set_ptco29(&mut self, val: Ptco29)
Port Clear Output
Sourcepub const fn set_ptco30(&mut self, val: Ptco30)
pub const fn set_ptco30(&mut self, val: Ptco30)
Port Clear Output
Sourcepub const fn set_ptco31(&mut self, val: Ptco31)
pub const fn set_ptco31(&mut self, val: Ptco31)
Port Clear Output
Trait Implementations§
impl Copy for Pcor
impl Eq for Pcor
impl StructuralPartialEq for Pcor
Auto Trait Implementations§
impl Freeze for Pcor
impl RefUnwindSafe for Pcor
impl Send for Pcor
impl Sync for Pcor
impl Unpin for Pcor
impl UnwindSafe for Pcor
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