pub struct WrapModeReflectPow2 { /* private fields */ }Expand description
Power-of-2 reflect wrapping using bitwise operations.
Port of C++ wrap_mode_reflect_pow2.
Trait Implementations§
Source§impl WrapMode for WrapModeReflectPow2
impl WrapMode for WrapModeReflectPow2
Auto Trait Implementations§
impl Freeze for WrapModeReflectPow2
impl RefUnwindSafe for WrapModeReflectPow2
impl Send for WrapModeReflectPow2
impl Sync for WrapModeReflectPow2
impl Unpin for WrapModeReflectPow2
impl UnwindSafe for WrapModeReflectPow2
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