pub struct Perregion { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Perregion
impl Perregion
Trait Implementations§
impl Copy for Perregion
impl Eq for Perregion
impl Send for Perregion
impl StructuralPartialEq for Perregion
impl Sync for Perregion
Auto Trait Implementations§
impl Freeze for Perregion
impl RefUnwindSafe for Perregion
impl Unpin for Perregion
impl UnwindSafe for Perregion
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
)