#[repr(u32)]pub enum RtClass {
Unspec = 0,
Compat = 252,
Default = 253,
Main = 254,
Local = 255,
Max = 4_294_967_295,
}
Variants§
Trait Implementations§
impl Copy for RtClass
impl Eq for RtClass
impl StructuralPartialEq for RtClass
Auto Trait Implementations§
impl Freeze for RtClass
impl RefUnwindSafe for RtClass
impl Send for RtClass
impl Sync for RtClass
impl Unpin for RtClass
impl UnwindSafe for RtClass
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