#[repr(transparent)]pub struct COMPARESTRING_RESULT(pub i32);Tuple Fields§
§0: i32Auto Trait Implementations§
impl Freeze for COMPARESTRING_RESULT
impl RefUnwindSafe for COMPARESTRING_RESULT
impl Send for COMPARESTRING_RESULT
impl Sync for COMPARESTRING_RESULT
impl Unpin for COMPARESTRING_RESULT
impl UnsafeUnpin for COMPARESTRING_RESULT
impl UnwindSafe for COMPARESTRING_RESULT
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