#[repr(C)]pub struct USER_OTHER_INFO {
pub alrtus_errcode: u32,
pub alrtus_numstrings: u32,
}Fields§
§alrtus_errcode: u32§alrtus_numstrings: u32Trait Implementations§
§impl Clone for USER_OTHER_INFO
impl Clone for USER_OTHER_INFO
impl Copy for USER_OTHER_INFO
Auto Trait Implementations§
impl RefUnwindSafe for USER_OTHER_INFO
impl Send for USER_OTHER_INFO
impl Sync for USER_OTHER_INFO
impl Unpin for USER_OTHER_INFO
impl UnwindSafe for USER_OTHER_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