Enum zx::JobCondition
source · pub enum JobCondition {
Show 16 variants
BadHandle,
WrongObject,
VmarWx,
NewAny,
NewVmo,
NewChannel,
NewEvent,
NewEventpair,
NewPort,
NewSocket,
NewFifo,
NewTimer,
NewProcess,
NewProfile,
NewPager,
AmbientMarkVmoExec,
}
Expand description
Represents the ZX_POL_* constants
Variants§
BadHandle
WrongObject
VmarWx
NewAny
NewVmo
NewChannel
NewEvent
NewEventpair
NewPort
NewSocket
NewFifo
NewTimer
NewProcess
NewProfile
NewPager
AmbientMarkVmoExec
Trait Implementations§
source§impl Clone for JobCondition
impl Clone for JobCondition
source§fn clone(&self) -> JobCondition
fn clone(&self) -> JobCondition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for JobCondition
impl Debug for JobCondition
source§impl Into<u32> for JobCondition
impl Into<u32> for JobCondition
source§impl PartialEq for JobCondition
impl PartialEq for JobCondition
source§fn eq(&self, other: &JobCondition) -> bool
fn eq(&self, other: &JobCondition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for JobCondition
Auto Trait Implementations§
impl Freeze for JobCondition
impl RefUnwindSafe for JobCondition
impl Send for JobCondition
impl Sync for JobCondition
impl Unpin for JobCondition
impl UnwindSafe for JobCondition
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)