pub enum LinuxKernelType {
Mainline,
NonMainline,
NonMainlineModified,
Custom,
}Variants§
Auto Trait Implementations§
impl Freeze for LinuxKernelType
impl RefUnwindSafe for LinuxKernelType
impl Send for LinuxKernelType
impl Sync for LinuxKernelType
impl Unpin for LinuxKernelType
impl UnwindSafe for LinuxKernelType
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