pub struct PulseCache {
pub size: usize,
pub index: &'static [i16],
pub bits: &'static [u8],
pub caps: &'static [u8],
}Fields§
§size: usize§index: &'static [i16]§bits: &'static [u8]§caps: &'static [u8]Auto Trait Implementations§
impl Freeze for PulseCache
impl RefUnwindSafe for PulseCache
impl Send for PulseCache
impl Sync for PulseCache
impl Unpin for PulseCache
impl UnsafeUnpin for PulseCache
impl UnwindSafe for PulseCache
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