#[repr(transparent)]pub struct UA_Duplex(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
impl Eq for UA_Duplex
impl StructuralPartialEq for UA_Duplex
Auto Trait Implementations§
impl Freeze for UA_Duplex
impl RefUnwindSafe for UA_Duplex
impl Send for UA_Duplex
impl Sync for UA_Duplex
impl Unpin for UA_Duplex
impl UnwindSafe for UA_Duplex
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