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