#[repr(C)]pub struct SerialState { /* private fields */ }Trait Implementations§
Source§impl Clone for SerialState
impl Clone for SerialState
Source§fn clone(&self) -> SerialState
fn clone(&self) -> SerialState
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 Debug for SerialState
impl Debug for SerialState
impl Copy for SerialState
Auto Trait Implementations§
impl Freeze for SerialState
impl RefUnwindSafe for SerialState
impl Send for SerialState
impl Sync for SerialState
impl Unpin for SerialState
impl UnwindSafe for SerialState
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