pub struct G00Cut {
pub width: u32,
pub height: u32,
pub center_x: i32,
pub center_y: i32,
pub disp_left: i32,
pub disp_top: i32,
pub disp_right: i32,
pub disp_bottom: i32,
pub chips: Vec<G00Chip>,
}Fields§
§width: u32§height: u32§center_x: i32§center_y: i32§disp_left: i32§disp_top: i32§disp_right: i32§disp_bottom: i32§chips: Vec<G00Chip>Trait Implementations§
Auto Trait Implementations§
impl Freeze for G00Cut
impl RefUnwindSafe for G00Cut
impl Send for G00Cut
impl Sync for G00Cut
impl Unpin for G00Cut
impl UnsafeUnpin for G00Cut
impl UnwindSafe for G00Cut
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