pub enum SwizzleZ {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SwizzleZ
impl RefUnwindSafe for SwizzleZ
impl Send for SwizzleZ
impl Sync for SwizzleZ
impl Unpin for SwizzleZ
impl UnwindSafe for SwizzleZ
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