#[repr(transparent)]pub struct UA_RuleHandling(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_RuleHandling
impl UA_RuleHandling
pub const UA_RULEHANDLING_DEFAULT: UA_RuleHandling
pub const UA_RULEHANDLING_ABORT: UA_RuleHandling
pub const UA_RULEHANDLING_WARN: UA_RuleHandling
pub const UA_RULEHANDLING_ACCEPT: UA_RuleHandling
Trait Implementations§
Source§impl Clone for UA_RuleHandling
impl Clone for UA_RuleHandling
Source§fn clone(&self) -> UA_RuleHandling
fn clone(&self) -> UA_RuleHandling
Returns a duplicate 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 UA_RuleHandling
impl Debug for UA_RuleHandling
Source§impl Hash for UA_RuleHandling
impl Hash for UA_RuleHandling
Source§impl PartialEq for UA_RuleHandling
impl PartialEq for UA_RuleHandling
impl Eq for UA_RuleHandling
impl StructuralPartialEq for UA_RuleHandling
Auto Trait Implementations§
impl Freeze for UA_RuleHandling
impl RefUnwindSafe for UA_RuleHandling
impl Send for UA_RuleHandling
impl Sync for UA_RuleHandling
impl Unpin for UA_RuleHandling
impl UnwindSafe for UA_RuleHandling
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