pub struct UdisR { /* private fields */ }
Expand description
Value of the field UDIS
Implementations§
Auto Trait Implementations§
impl Freeze for UdisR
impl RefUnwindSafe for UdisR
impl Send for UdisR
impl Sync for UdisR
impl Unpin for UdisR
impl UnwindSafe for UdisR
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