#[repr(u32)]pub enum LxssHandleType {
    LxssHandleConsole = 0,
    LxssHandleInput = 1,
    LxssHandleOutput = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for LxssHandleType
impl RefUnwindSafe for LxssHandleType
impl Send for LxssHandleType
impl Sync for LxssHandleType
impl Unpin for LxssHandleType
impl UnwindSafe for LxssHandleType
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