Struct raylib_sys::GuiStyleProp
source · #[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 copy 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 GuiStyleProp
impl Debug for GuiStyleProp
impl Copy 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 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