pub struct PCIndex {
pub name: String,
pub usage: u8,
/* private fields */
}Fields§
§name: String§usage: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for PCIndex
impl RefUnwindSafe for PCIndex
impl Send for PCIndex
impl Sync for PCIndex
impl Unpin for PCIndex
impl UnwindSafe for PCIndex
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