pub struct PlaneId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for PlaneId
impl Eq for PlaneId
impl StructuralPartialEq for PlaneId
Auto Trait Implementations§
impl Freeze for PlaneId
impl RefUnwindSafe for PlaneId
impl Send for PlaneId
impl Sync for PlaneId
impl Unpin for PlaneId
impl UnsafeUnpin for PlaneId
impl UnwindSafe for PlaneId
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