pub struct Conic {
pub name: String,
pub position: Axis2PlacementRef,
}Fields§
§name: String§position: Axis2PlacementRefTrait Implementations§
impl StructuralPartialEq for Conic
Auto Trait Implementations§
impl Freeze for Conic
impl RefUnwindSafe for Conic
impl Send for Conic
impl Sync for Conic
impl Unpin for Conic
impl UnsafeUnpin for Conic
impl UnwindSafe for Conic
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