#[repr(C, packed(2))]pub struct ListLabelNode {Show 15 fields
pub lvn_Node: Node,
pub lvn_UserData: ULONG,
pub lvn_RenderForeground: WORD,
pub lvn_RenderBackground: WORD,
pub lvn_SelectForeground: WORD,
pub lvn_SelectBackground: WORD,
pub lvn_RenderImage: *mut Image,
pub lvn_SelectImage: *mut Image,
pub lvn_TextLength: WORD,
pub lvn_LeftEdge: WORD,
pub lvn_TopEdge: WORD,
pub lvn_Width: WORD,
pub lvn_Height: WORD,
pub lvn_Justification: WORD,
pub lvn_Selected: WORD,
}Fields§
§lvn_Node: Node§lvn_UserData: ULONG§lvn_RenderForeground: WORD§lvn_RenderBackground: WORD§lvn_SelectForeground: WORD§lvn_SelectBackground: WORD§lvn_RenderImage: *mut Image§lvn_SelectImage: *mut Image§lvn_TextLength: WORD§lvn_LeftEdge: WORD§lvn_TopEdge: WORD§lvn_Width: WORD§lvn_Height: WORD§lvn_Justification: WORD§lvn_Selected: WORDTrait Implementations§
Source§impl Clone for ListLabelNode
impl Clone for ListLabelNode
Source§fn clone(&self) -> ListLabelNode
fn clone(&self) -> ListLabelNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListLabelNode
impl Debug for ListLabelNode
impl Copy for ListLabelNode
Auto Trait Implementations§
impl Freeze for ListLabelNode
impl RefUnwindSafe for ListLabelNode
impl !Send for ListLabelNode
impl !Sync for ListLabelNode
impl Unpin for ListLabelNode
impl UnwindSafe for ListLabelNode
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