pub struct MoveLayer {
pub layer: u32,
}Fields§
§layer: u32Implementations§
Trait Implementations§
source§impl From<MoveLayer> for MovePrefix
impl From<MoveLayer> for MovePrefix
source§fn from(layer: MoveLayer) -> MovePrefix
fn from(layer: MoveLayer) -> MovePrefix
Converts to this type from the input type.
impl Eq for MoveLayer
impl StructuralPartialEq for MoveLayer
Auto Trait Implementations§
impl Freeze for MoveLayer
impl RefUnwindSafe for MoveLayer
impl Send for MoveLayer
impl Sync for MoveLayer
impl Unpin for MoveLayer
impl UnwindSafe for MoveLayer
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)