pub struct EVENTS_ENDECB { /* private fields */ }Expand description
ECB block encrypt complete
Implementations§
Source§impl EVENTS_ENDECB
impl EVENTS_ENDECB
Auto Trait Implementations§
impl !Freeze for EVENTS_ENDECB
impl !RefUnwindSafe for EVENTS_ENDECB
impl Send for EVENTS_ENDECB
impl !Sync for EVENTS_ENDECB
impl Unpin for EVENTS_ENDECB
impl UnsafeUnpin for EVENTS_ENDECB
impl UnwindSafe for EVENTS_ENDECB
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