pub enum SECDED {
U64(SecDed64),
U128(SecDed128),
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for SECDED
impl RefUnwindSafe for SECDED
impl Send for SECDED
impl Sync for SECDED
impl Unpin for SECDED
impl UnsafeUnpin for SECDED
impl UnwindSafe for SECDED
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