pub struct SplitValue<T> { /* private fields */ }Expand description
Mutable value that can be assigned to split pointer elements
Implementations§
Trait Implementations§
Source§impl<T> From<SplitValue<T>> for Complex<T>where
T: Copy,
impl<T> From<SplitValue<T>> for Complex<T>where
T: Copy,
Source§fn from(value: SplitValue<T>) -> Self
fn from(value: SplitValue<T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<T> Freeze for SplitValue<T>
impl<T> RefUnwindSafe for SplitValue<T>where
T: RefUnwindSafe,
impl<T> !Send for SplitValue<T>
impl<T> !Sync for SplitValue<T>
impl<T> Unpin for SplitValue<T>
impl<T> UnwindSafe for SplitValue<T>where
T: RefUnwindSafe,
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