pub enum MSIRange {
Range0 = 0,
Range1 = 1,
Range2 = 2,
Range3 = 3,
Range4 = 4,
Range5 = 5,
Range6 = 6,
}
Expand description
MSI Range
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MSIRange
impl RefUnwindSafe for MSIRange
impl Send for MSIRange
impl Sync for MSIRange
impl Unpin for MSIRange
impl UnwindSafe for MSIRange
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