#[repr(C)]pub struct GuiStyleProp {
pub controlId: c_ushort,
pub propertyId: c_ushort,
pub propertyValue: c_int,
}Fields§
§controlId: c_ushort§propertyId: c_ushort§propertyValue: c_intTrait Implementations§
Source§impl Clone for GuiStyleProp
impl Clone for GuiStyleProp
Source§fn clone(&self) -> GuiStyleProp
fn clone(&self) -> GuiStyleProp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GuiStyleProp
Source§impl Debug for GuiStyleProp
impl Debug for GuiStyleProp
Source§impl Default for GuiStyleProp
impl Default for GuiStyleProp
Source§fn default() -> GuiStyleProp
fn default() -> GuiStyleProp
Returns the “default value” for a type. Read more
Source§impl PartialEq for GuiStyleProp
impl PartialEq for GuiStyleProp
Source§fn eq(&self, other: &GuiStyleProp) -> bool
fn eq(&self, other: &GuiStyleProp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GuiStyleProp
Auto Trait Implementations§
impl Freeze for GuiStyleProp
impl RefUnwindSafe for GuiStyleProp
impl Send for GuiStyleProp
impl Sync for GuiStyleProp
impl Unpin for GuiStyleProp
impl UnsafeUnpin for GuiStyleProp
impl UnwindSafe for GuiStyleProp
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