pub struct GeomOffset<'a> {
pub gsub: *mut dxGeom,
pub o: &'a [f64; 4],
}
Expand description
GeomOffset
Fields§
§gsub: *mut dxGeom
geom sub
o: &'a [f64; 4]
offset
Auto Trait Implementations§
impl<'a> Freeze for GeomOffset<'a>
impl<'a> RefUnwindSafe for GeomOffset<'a>
impl<'a> !Send for GeomOffset<'a>
impl<'a> !Sync for GeomOffset<'a>
impl<'a> Unpin for GeomOffset<'a>
impl<'a> UnwindSafe for GeomOffset<'a>
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