Struct GpBrush
#[repr(C)]pub struct GpBrush(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpBrush
impl RefUnwindSafe for GpBrush
impl Send for GpBrush
impl Sync for GpBrush
impl Unpin for GpBrush
impl UnwindSafe for GpBrush
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