pub struct Range16 {
pub Lo: u16,
pub Hi: u16,
pub Stride: u16,
}Fields§
§Lo: u16§Hi: u16§Stride: u16Auto Trait Implementations§
impl Freeze for Range16
impl RefUnwindSafe for Range16
impl Send for Range16
impl Sync for Range16
impl Unpin for Range16
impl UnwindSafe for Range16
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