#[repr(C, packed(1))]pub struct TS7Protection {
pub sch_schal: u16,
pub sch_par: u16,
pub sch_rel: u16,
pub bart_sch: u16,
pub anl_sch: u16,
}
Fields§
§sch_schal: u16
§sch_par: u16
§sch_rel: u16
§bart_sch: u16
§anl_sch: u16
Trait Implementations§
Source§impl Clone for TS7Protection
impl Clone for TS7Protection
Source§fn clone(&self) -> TS7Protection
fn clone(&self) -> TS7Protection
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TS7Protection
impl Debug for TS7Protection
impl Copy for TS7Protection
Auto Trait Implementations§
impl Freeze for TS7Protection
impl RefUnwindSafe for TS7Protection
impl Send for TS7Protection
impl Sync for TS7Protection
impl Unpin for TS7Protection
impl UnwindSafe for TS7Protection
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