struct FieldLengths {
flags: u32,
x_coords: u32,
y_coords: u32,
}
Fields§
§flags: u32
§x_coords: u32
§y_coords: u32
Auto Trait Implementations§
impl Freeze for FieldLengths
impl RefUnwindSafe for FieldLengths
impl Send for FieldLengths
impl Sync for FieldLengths
impl Unpin for FieldLengths
impl UnwindSafe for FieldLengths
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