Struct CCSTYLEA
#[repr(C)]pub struct CCSTYLEA {
pub flStyle: u32,
pub flExtStyle: u32,
pub szText: [i8; 256],
pub lgid: u16,
pub wReserved1: u16,
}
Fields§
§flStyle: u32
§flExtStyle: u32
§szText: [i8; 256]
§lgid: u16
§wReserved1: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CCSTYLEA
impl RefUnwindSafe for CCSTYLEA
impl Send for CCSTYLEA
impl Sync for CCSTYLEA
impl Unpin for CCSTYLEA
impl UnwindSafe for CCSTYLEA
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