Struct windows_sys::Win32::Graphics::Gdi::ABC
#[repr(C)]pub struct ABC {
pub abcA: i32,
pub abcB: u32,
pub abcC: i32,
}
Fields§
§abcA: i32
§abcB: u32
§abcC: i32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ABC
impl Send for ABC
impl Sync for ABC
impl Unpin for ABC
impl UnwindSafe for ABC
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