pub struct utee_object_info { /* private fields */ }Auto Trait Implementations§
impl Freeze for utee_object_info
impl RefUnwindSafe for utee_object_info
impl Send for utee_object_info
impl Sync for utee_object_info
impl Unpin for utee_object_info
impl UnwindSafe for utee_object_info
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