#[repr(u32)]pub enum PACKAGE_A {
QI = 8_196,
UNSPECIFIED = 4_294_967_295,
}
Expand description
Package option
Value on reset: 4294967295
Variants§
Trait Implementations§
impl Copy for PACKAGE_A
impl StructuralPartialEq for PACKAGE_A
Auto Trait Implementations§
impl Freeze for PACKAGE_A
impl RefUnwindSafe for PACKAGE_A
impl Send for PACKAGE_A
impl Sync for PACKAGE_A
impl Unpin for PACKAGE_A
impl UnwindSafe for PACKAGE_A
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