pub enum KdMode {
Graphics = 1,
Text = 0,
}Expand description
Enum that can be used to set the current KdMode.
Variants§
Auto Trait Implementations§
impl Freeze for KdMode
impl RefUnwindSafe for KdMode
impl Send for KdMode
impl Sync for KdMode
impl Unpin for KdMode
impl UnwindSafe for KdMode
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