pub struct OverwriteMapChips { /* private fields */ }Implementations§
Source§impl OverwriteMapChips
impl OverwriteMapChips
pub fn layer(&self) -> u32
pub fn layer_mut(&mut self) -> &mut u32
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
pub fn width(&self) -> u32
pub fn width_mut(&mut self) -> &mut u32
pub fn height(&self) -> u32
pub fn height_mut(&mut self) -> &mut u32
pub fn chip(&self) -> u32
pub fn chip_mut(&mut self) -> &mut u32
Trait Implementations§
Source§impl Clone for OverwriteMapChips
impl Clone for OverwriteMapChips
Source§fn clone(&self) -> OverwriteMapChips
fn clone(&self) -> OverwriteMapChips
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for OverwriteMapChips
impl PartialEq for OverwriteMapChips
impl StructuralPartialEq for OverwriteMapChips
Auto Trait Implementations§
impl Freeze for OverwriteMapChips
impl RefUnwindSafe for OverwriteMapChips
impl Send for OverwriteMapChips
impl Sync for OverwriteMapChips
impl Unpin for OverwriteMapChips
impl UnwindSafe for OverwriteMapChips
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