pub struct Base { /* private fields */ }Implementations§
Source§impl Base
impl Base
pub fn position_x(&self) -> u32
pub fn position_x_mut(&mut self) -> &mut u32
pub fn position_y(&self) -> u32
pub fn position_y_mut(&mut self) -> &mut u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Base
impl RefUnwindSafe for Base
impl Send for Base
impl Sync for Base
impl Unpin for Base
impl UnwindSafe for Base
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