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