pub struct ApplQueueAction;Expand description
ApplQueueAction (815).
Implementations§
Source§impl ApplQueueAction
impl ApplQueueAction
pub const NOACTIONTAKEN: i64 = 0
pub const QUEUEFLUSHED: i64 = 1
pub const OVERLAYLAST: i64 = 2
pub const ENDSESSION: i64 = 3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApplQueueAction
impl RefUnwindSafe for ApplQueueAction
impl Send for ApplQueueAction
impl Sync for ApplQueueAction
impl Unpin for ApplQueueAction
impl UnsafeUnpin for ApplQueueAction
impl UnwindSafe for ApplQueueAction
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