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