pub struct CSEN { /* private fields */ }
Expand description
CSEN
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CSEN
impl RefUnwindSafe for CSEN
impl !Sync for CSEN
impl Unpin for CSEN
impl UnwindSafe for CSEN
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