pub struct Secchannel { /* private fields */ }Expand description
Array of registers: PCFG1, PCFG2, PSTAT
Implementations§
Trait Implementations§
Source§impl Clone for Secchannel
impl Clone for Secchannel
Source§fn clone(&self) -> Secchannel
fn clone(&self) -> Secchannel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for Secchannel
impl PartialEq for Secchannel
impl Copy for Secchannel
impl Eq for Secchannel
impl Send for Secchannel
impl StructuralPartialEq for Secchannel
impl Sync for Secchannel
Auto Trait Implementations§
impl Freeze for Secchannel
impl RefUnwindSafe for Secchannel
impl Unpin for Secchannel
impl UnwindSafe for Secchannel
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