pub struct Params { /* private fields */ }
Implementations
sourceimpl Params
impl Params
sourcepub fn iter(&self) -> ParamsIter<'_>ⓘNotable traits for ParamsIter<'a>impl<'a> Iterator for ParamsIter<'a> type Item = &'a [u16];
pub fn iter(&self) -> ParamsIter<'_>ⓘNotable traits for ParamsIter<'a>impl<'a> Iterator for ParamsIter<'a> type Item = &'a [u16];
Returns an iterator over all parameters and subparameters.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more