#[repr(C)]pub struct LXSS_ERROR_INFO {
pub Flags: u32,
pub Context: u64,
pub Message: PWSTR,
pub Warnings: PWSTR,
pub WarningsPipe: u32,
}Fields§
§Flags: u32§Context: u64§Message: PWSTR§Warnings: PWSTR§WarningsPipe: u32Trait Implementations§
Source§impl Debug for LXSS_ERROR_INFO
impl Debug for LXSS_ERROR_INFO
impl Send for LXSS_ERROR_INFO
Auto Trait Implementations§
impl Freeze for LXSS_ERROR_INFO
impl RefUnwindSafe for LXSS_ERROR_INFO
impl !Sync for LXSS_ERROR_INFO
impl Unpin for LXSS_ERROR_INFO
impl UnwindSafe for LXSS_ERROR_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