#[repr(C)]pub struct UA_UInt32Range {
pub min: UA_UInt32,
pub max: UA_UInt32,
}Fields§
§min: UA_UInt32§max: UA_UInt32Trait Implementations§
Source§impl Debug for UA_UInt32Range
impl Debug for UA_UInt32Range
Source§impl Default for UA_UInt32Range
impl Default for UA_UInt32Range
Source§fn default() -> UA_UInt32Range
fn default() -> UA_UInt32Range
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_UInt32Range
impl RefUnwindSafe for UA_UInt32Range
impl Send for UA_UInt32Range
impl Sync for UA_UInt32Range
impl Unpin for UA_UInt32Range
impl UnwindSafe for UA_UInt32Range
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