pub struct S7CommEncoder;
Trait Implementations§
Source§impl Default for S7CommEncoder
impl Default for S7CommEncoder
Source§fn default() -> S7CommEncoder
fn default() -> S7CommEncoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for S7CommEncoder
impl RefUnwindSafe for S7CommEncoder
impl Send for S7CommEncoder
impl Sync for S7CommEncoder
impl Unpin for S7CommEncoder
impl UnwindSafe for S7CommEncoder
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