pub struct LeafBrush {
pub brush: i32,
}
Fields§
§brush: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeafBrush
impl RefUnwindSafe for LeafBrush
impl Send for LeafBrush
impl Sync for LeafBrush
impl Unpin for LeafBrush
impl UnwindSafe for LeafBrush
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