pub struct ControlInfoMap(/* private fields */);
Implementations§
Source§impl ControlInfoMap
impl ControlInfoMap
pub fn at(&self, key: u32) -> Result<&ControlInfo, ControlError>
pub fn count(&self, key: u32) -> usize
pub fn find(&self, key: u32) -> Result<&ControlInfo, ControlError>
pub fn size(&self) -> usize
Trait Implementations§
Source§impl Debug for ControlInfoMap
impl Debug for ControlInfoMap
Source§impl<'a> IntoIterator for &'a ControlInfoMap
impl<'a> IntoIterator for &'a ControlInfoMap
Auto Trait Implementations§
impl Freeze for ControlInfoMap
impl RefUnwindSafe for ControlInfoMap
impl Send for ControlInfoMap
impl Sync for ControlInfoMap
impl Unpin for ControlInfoMap
impl UnwindSafe for ControlInfoMap
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