#[repr(u32)]pub enum OpenKind {
Object = 1,
Path = 2,
Pipe = 3,
SocketConnect = 4,
SocketBind = 5,
SocketAccept = 6,
PtyServer = 7,
PtyClient = 8,
Compartment = 9,
KernelConsole = 0,
}Variants§
Object = 1
Path = 2
Pipe = 3
SocketConnect = 4
SocketBind = 5
SocketAccept = 6
PtyServer = 7
PtyClient = 8
Compartment = 9
KernelConsole = 0
Trait Implementations§
Source§impl Ord for OpenKind
impl Ord for OpenKind
Source§impl PartialOrd for OpenKind
impl PartialOrd for OpenKind
impl Copy for OpenKind
impl Eq for OpenKind
impl StructuralPartialEq for OpenKind
Auto Trait Implementations§
impl Freeze for OpenKind
impl RefUnwindSafe for OpenKind
impl Send for OpenKind
impl StoreCopy for OpenKind
impl Sync for OpenKind
impl Unpin for OpenKind
impl UnwindSafe for OpenKind
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