pub struct z_index;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for z_index
impl RefUnwindSafe for z_index
impl Send for z_index
impl Sync for z_index
impl Unpin for z_index
impl UnwindSafe for z_index
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