pub struct SymbolTransform {
pub delta_nb_bits: u32,
pub delta_find_state: i32,
}Fields§
§delta_nb_bits: u32§delta_find_state: i32Trait Implementations§
Source§impl Clone for SymbolTransform
impl Clone for SymbolTransform
Source§fn clone(&self) -> SymbolTransform
fn clone(&self) -> SymbolTransform
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SymbolTransform
Auto Trait Implementations§
impl Freeze for SymbolTransform
impl RefUnwindSafe for SymbolTransform
impl Send for SymbolTransform
impl Sync for SymbolTransform
impl Unpin for SymbolTransform
impl UnsafeUnpin for SymbolTransform
impl UnwindSafe for SymbolTransform
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