#[repr(transparent)]pub struct GuiLayer(pub c_uchar);Expand description
Gui layers
Tuple Fields§
§0: c_ucharTrait Implementations§
impl Copy for GuiLayer
impl Eq for GuiLayer
impl StructuralPartialEq for GuiLayer
Auto Trait Implementations§
impl Freeze for GuiLayer
impl RefUnwindSafe for GuiLayer
impl Send for GuiLayer
impl Sync for GuiLayer
impl Unpin for GuiLayer
impl UnwindSafe for GuiLayer
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