pub struct StructLevel { /* private fields */ }
Implementations§
Source§impl StructLevel
impl StructLevel
pub fn new(sx: usize, sy: usize) -> StructLevel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StructLevel
impl RefUnwindSafe for StructLevel
impl Send for StructLevel
impl Sync for StructLevel
impl Unpin for StructLevel
impl UnwindSafe for StructLevel
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