#[repr(u32)]pub enum ucm_module_unload_prevent_mode {
UCM_UNLOAD_PREVENT_MODE_LAZY = 0,
UCM_UNLOAD_PREVENT_MODE_NOW = 1,
UCM_UNLOAD_PREVENT_MODE_NONE = 2,
UCM_UNLOAD_PREVENT_MODE_LAST = 3,
}Expand description
@brief UCM module unload prevent mode
Variants§
UCM_UNLOAD_PREVENT_MODE_LAZY = 0
UCM_UNLOAD_PREVENT_MODE_NOW = 1
UCM_UNLOAD_PREVENT_MODE_NONE = 2
UCM_UNLOAD_PREVENT_MODE_LAST = 3
Trait Implementations§
Source§impl Clone for ucm_module_unload_prevent_mode
impl Clone for ucm_module_unload_prevent_mode
Source§fn clone(&self) -> ucm_module_unload_prevent_mode
fn clone(&self) -> ucm_module_unload_prevent_mode
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 PartialEq for ucm_module_unload_prevent_mode
impl PartialEq for ucm_module_unload_prevent_mode
Source§fn eq(&self, other: &ucm_module_unload_prevent_mode) -> bool
fn eq(&self, other: &ucm_module_unload_prevent_mode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ucm_module_unload_prevent_mode
impl Eq for ucm_module_unload_prevent_mode
impl StructuralPartialEq for ucm_module_unload_prevent_mode
Auto Trait Implementations§
impl Freeze for ucm_module_unload_prevent_mode
impl RefUnwindSafe for ucm_module_unload_prevent_mode
impl Send for ucm_module_unload_prevent_mode
impl Sync for ucm_module_unload_prevent_mode
impl Unpin for ucm_module_unload_prevent_mode
impl UnwindSafe for ucm_module_unload_prevent_mode
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