#[repr(transparent)]pub struct Cprot(pub u32);Expand description
Channel n Protection
Tuple Fields§
§0: u32Implementations§
Source§impl Cprot
impl Cprot
Sourcepub const fn set_scdlmt(&mut self, val: Scdlmt)
pub const fn set_scdlmt(&mut self, val: Scdlmt)
SCD Limit Threshold
Sourcepub const fn set_cadlmt(&mut self, val: Cadlmt)
pub const fn set_cadlmt(&mut self, val: Cadlmt)
CAD Limit Threshold
Sourcepub const fn set_llmtbk(&mut self, val: Llmtbk)
pub const fn set_llmtbk(&mut self, val: Llmtbk)
Low Limit Break Signal
Sourcepub const fn set_wlmtbk(&mut self, val: Wlmtbk)
pub const fn set_wlmtbk(&mut self, val: Wlmtbk)
Window Limit Break Signal
Sourcepub const fn set_hlmtbk(&mut self, val: Hlmtbk)
pub const fn set_hlmtbk(&mut self, val: Hlmtbk)
High Limit Break Signal
Trait Implementations§
impl Copy for Cprot
impl Eq for Cprot
impl StructuralPartialEq for Cprot
Auto Trait Implementations§
impl Freeze for Cprot
impl RefUnwindSafe for Cprot
impl Send for Cprot
impl Sync for Cprot
impl Unpin for Cprot
impl UnwindSafe for Cprot
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